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