Class CcdReleaseEntry
CcdReleaseEntry model
Inherited Members
Namespace: Unity.Services.Ccd.Management.Models
Assembly: Unity.Services.Ccd.Management.dll
Syntax
[Preserve]
[DataContract(Name = "ccd.releaseEntry")]
public class CcdReleaseEntry
Constructors
CcdReleaseEntry(ChangeStateOptions, bool, string, string, long, string, Guid, List<string>, DateTime, string, string, string, object, string, DateTime, Guid)
Creates an instance of CcdReleaseEntry.
Declaration
[Preserve]
public CcdReleaseEntry(CcdReleaseEntry.ChangeStateOptions changeState = (CcdReleaseEntry.ChangeStateOptions)0, bool complete = false, string contentHash = null, string contentLink = null, long contentSize = 0, string contentType = null, Guid entryid = default, List<string> labels = null, DateTime lastModified = default, string lastModifiedBy = null, string lastModifiedByName = null, string link = null, object metadata = null, string path = null, DateTime updatedAt = default, Guid versionid = default)
Parameters
Type | Name | Description |
---|---|---|
CcdReleaseEntry.ChangeStateOptions | changeState | changeState param |
bool | complete | complete param |
string | contentHash | contentHash param |
string | contentLink | contentLink param |
long | contentSize | contentSize param |
string | contentType | contentType param |
Guid | entryid | entryid param |
List<string> | labels | labels param |
DateTime | lastModified | lastModified param |
string | lastModifiedBy | lastModifiedBy param |
string | lastModifiedByName | lastModifiedByName param |
string | link | link param |
object | metadata | metadata param |
string | path | path param |
DateTime | updatedAt | updatedAt param |
Guid | versionid | versionid param |
Properties
ChangeState
Parameter change_state of CcdReleaseEntry
Declaration
[Preserve]
[JsonConverter(typeof(StringEnumConverter))]
[DataMember(Name = "change_state", EmitDefaultValue = false)]
public CcdReleaseEntry.ChangeStateOptions ChangeState { get; }
Property Value
Type | Description |
---|---|
CcdReleaseEntry.ChangeStateOptions |
Complete
Parameter complete of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "complete", EmitDefaultValue = true)]
public bool Complete { get; }
Property Value
Type | Description |
---|---|
bool |
ContentHash
Parameter content_hash of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "content_hash", EmitDefaultValue = false)]
public string ContentHash { get; }
Property Value
Type | Description |
---|---|
string |
ContentLink
Parameter content_link of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "content_link", EmitDefaultValue = false)]
public string ContentLink { get; }
Property Value
Type | Description |
---|---|
string |
ContentSize
Parameter content_size of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "content_size", EmitDefaultValue = false)]
public long ContentSize { get; }
Property Value
Type | Description |
---|---|
long |
ContentType
Parameter content_type of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "content_type", EmitDefaultValue = false)]
public string ContentType { get; }
Property Value
Type | Description |
---|---|
string |
Entryid
Parameter entryid of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "entryid", EmitDefaultValue = false)]
public Guid Entryid { get; }
Property Value
Type | Description |
---|---|
Guid |
Labels
Parameter labels of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "labels", EmitDefaultValue = false)]
public List<string> Labels { get; }
Property Value
Type | Description |
---|---|
List<string> |
LastModified
Parameter last_modified of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "last_modified", EmitDefaultValue = false)]
public DateTime LastModified { get; }
Property Value
Type | Description |
---|---|
DateTime |
LastModifiedBy
Parameter last_modified_by of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "last_modified_by", EmitDefaultValue = false)]
public string LastModifiedBy { get; }
Property Value
Type | Description |
---|---|
string |
LastModifiedByName
Parameter last_modified_by_name of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "last_modified_by_name", EmitDefaultValue = false)]
public string LastModifiedByName { get; }
Property Value
Type | Description |
---|---|
string |
Link
Parameter link of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "link", EmitDefaultValue = false)]
public string Link { get; }
Property Value
Type | Description |
---|---|
string |
Metadata
Parameter metadata of CcdReleaseEntry
Declaration
[Preserve]
[JsonConverter(typeof(JsonObjectConverter))]
[DataMember(Name = "metadata", EmitDefaultValue = false)]
public JsonObject Metadata { get; }
Property Value
Type | Description |
---|---|
JsonObject |
Path
Parameter path of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "path", EmitDefaultValue = false)]
public string Path { get; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Parameter updated_at of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "updated_at", EmitDefaultValue = false)]
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |
Versionid
Parameter versionid of CcdReleaseEntry
Declaration
[Preserve]
[DataMember(Name = "versionid", EmitDefaultValue = false)]
public Guid Versionid { get; }
Property Value
Type | Description |
---|---|
Guid |