Class CcdRelease
CcdRelease model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class CcdRelease : object
Constructors
CcdRelease(List<CcdBadge>, CcdReleaseChangeVersion, String, Int32, DateTime, String, String, String, Object, String, System.Guid, System.Guid, System.Guid, Int32)
Creates an instance of CcdRelease.
Declaration
public CcdRelease(List<CcdBadge> badges = null, CcdReleaseChangeVersion changes = null, string contentHash = null, int contentSize = null, DateTime created = null, string createdBy = null, string createdByName = null, string entriesLink = null, object metadata = null, string notes = null, System.Guid promotedFromBucket = null, System.Guid promotedFromRelease = null, System.Guid releaseid = null, int releasenum = null)
Parameters
Type | Name | Description |
---|---|---|
List<CcdBadge> | badges | badges param |
CcdReleaseChangeVersion | changes | changes param |
String | contentHash | contentHash param |
Int32 | contentSize | contentSize param |
DateTime | created | created param |
String | createdBy | createdBy param |
String | createdByName | createdByName param |
String | entriesLink | entriesLink param |
Object | metadata | metadata param |
String | notes | notes param |
System.Guid | promotedFromBucket | promotedFromBucket param |
System.Guid | promotedFromRelease | promotedFromRelease param |
System.Guid | releaseid | releaseid param |
Int32 | releasenum | releasenum param |
Properties
Badges
Declaration
public List<CcdBadge> Badges { get; }
Property Value
Type | Description |
---|---|
List<CcdBadge> |
Changes
Declaration
public CcdReleaseChangeVersion Changes { get; }
Property Value
Type | Description |
---|---|
CcdReleaseChangeVersion |
ContentHash
Declaration
public string ContentHash { get; }
Property Value
Type | Description |
---|---|
String |
ContentSize
Declaration
public int ContentSize { get; }
Property Value
Type | Description |
---|---|
Int32 |
Created
Declaration
public DateTime Created { get; }
Property Value
Type | Description |
---|---|
DateTime |
CreatedBy
Declaration
public string CreatedBy { get; }
Property Value
Type | Description |
---|---|
String |
CreatedByName
Declaration
public string CreatedByName { get; }
Property Value
Type | Description |
---|---|
String |
EntriesLink
Declaration
public string EntriesLink { get; }
Property Value
Type | Description |
---|---|
String |
Metadata
Declaration
public JsonObject Metadata { get; }
Property Value
Type | Description |
---|---|
JsonObject |
Notes
Declaration
public string Notes { get; }
Property Value
Type | Description |
---|---|
String |
PromotedFromBucket
Declaration
public System.Guid PromotedFromBucket { get; }
Property Value
Type | Description |
---|---|
System.Guid |
PromotedFromRelease
Declaration
public System.Guid PromotedFromRelease { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Releaseid
Declaration
public System.Guid Releaseid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Releasenum
Declaration
public int Releasenum { get; }
Property Value
Type | Description |
---|---|
Int32 |