Class CcdReleaseEntry
CcdReleaseEntry model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class CcdReleaseEntry
Constructors
CcdReleaseEntry(CcdReleaseEntry.ChangeStateOptions, Boolean, String, String, Int32, 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, int contentSize = 0, string contentType = null, Guid entryid = default(Guid), List<string> labels = null, DateTime lastModified = default(DateTime), string lastModifiedBy = null, string lastModifiedByName = null, string link = null, object metadata = null, string path = null, DateTime updatedAt = default(DateTime), Guid versionid = default(Guid))
Parameters
Type | Name | Description |
---|---|---|
CcdReleaseEntry.ChangeStateOptions | changeState | changeState param |
Boolean | complete | complete param |
String | contentHash | contentHash param |
String | contentLink | contentLink param |
Int32 | 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
Declaration
[Preserve]
public CcdReleaseEntry.ChangeStateOptions ChangeState { get; }
Property Value
Type | Description |
---|---|
CcdReleaseEntry.ChangeStateOptions |
Complete
Declaration
[Preserve]
public bool Complete { get; }
Property Value
Type | Description |
---|---|
Boolean |
ContentHash
Declaration
[Preserve]
public string ContentHash { get; }
Property Value
Type | Description |
---|---|
String |
ContentLink
Declaration
[Preserve]
public string ContentLink { get; }
Property Value
Type | Description |
---|---|
String |
ContentSize
Declaration
[Preserve]
public int ContentSize { get; }
Property Value
Type | Description |
---|---|
Int32 |
ContentType
Declaration
[Preserve]
public string ContentType { get; }
Property Value
Type | Description |
---|---|
String |
Entryid
Declaration
[Preserve]
public Guid Entryid { get; }
Property Value
Type | Description |
---|---|
Guid |
Labels
Declaration
[Preserve]
public List<string> Labels { get; }
Property Value
Type | Description |
---|---|
List<String> |
LastModified
Declaration
[Preserve]
public DateTime LastModified { get; }
Property Value
Type | Description |
---|---|
DateTime |
LastModifiedBy
Declaration
[Preserve]
public string LastModifiedBy { get; }
Property Value
Type | Description |
---|---|
String |
LastModifiedByName
Declaration
[Preserve]
public string LastModifiedByName { get; }
Property Value
Type | Description |
---|---|
String |
Link
Declaration
[Preserve]
public string Link { get; }
Property Value
Type | Description |
---|---|
String |
Metadata
Declaration
[Preserve]
public JsonObject Metadata { get; }
Property Value
Type | Description |
---|---|
JsonObject |
Path
Declaration
[Preserve]
public string Path { get; }
Property Value
Type | Description |
---|---|
String |
UpdatedAt
Declaration
[Preserve]
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |
Versionid
Declaration
[Preserve]
public Guid Versionid { get; }
Property Value
Type | Description |
---|---|
Guid |