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