Class CcdEnvironment
CcdEnvironment model
Inherited Members
Namespace: Unity.Services.Ccd.Management.Models
Assembly: Unity.Services.Ccd.Management.dll
Syntax
[Preserve]
[DataContract(Name = "ccd.environment")]
public class CcdEnvironment
Constructors
CcdEnvironment(Guid, bool, string, Guid)
Creates an instance of CcdEnvironment.
Declaration
[Preserve]
public CcdEnvironment(Guid id = default, bool isDefault = false, string name = null, Guid projectId = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | id param |
| bool | isDefault | isDefault param |
| string | name | name param |
| Guid | projectId | projectId param |
Properties
Id
Parameter id of CcdEnvironment
Declaration
[Preserve]
[DataMember(Name = "id", EmitDefaultValue = false)]
public Guid Id { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
IsDefault
Parameter is_default of CcdEnvironment
Declaration
[Preserve]
[DataMember(Name = "is_default", EmitDefaultValue = true)]
public bool IsDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Parameter name of CcdEnvironment
Declaration
[Preserve]
[DataMember(Name = "name", EmitDefaultValue = false)]
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectId
Parameter project_id of CcdEnvironment
Declaration
[Preserve]
[DataMember(Name = "project_id", EmitDefaultValue = false)]
public Guid ProjectId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |