Class GetReleases200ResponseInner
GetReleases200ResponseInner
Inherited Members
Namespace: Unity.Services.Apis.CloudContentDelivery
Assembly: solution.dll
Syntax
[Preserve]
public class GetReleases200ResponseInner
Constructors
GetReleases200ResponseInner(List<Badge>, Changecount, string, long, DateTime, string, string, string, object, string, string, string, string, long)
Initializes a new instance of the GetReleases200ResponseInner class.
Declaration
[Preserve]
public GetReleases200ResponseInner(List<Badge> badges = null, Changecount changes = null, string contentHash = null, long contentSize = 0, DateTime created = default, string createdBy = null, string createdByName = null, string entriesLink = null, object metadata = null, string notes = null, string promotedFromBucket = null, string promotedFromRelease = null, string releaseid = null, long releasenum = 0)
Parameters
Type | Name | Description |
---|---|---|
List<Badge> | badges | badges. |
Changecount | changes | changes. |
string | contentHash | contentHash. |
long | contentSize | contentSize. |
DateTime | created | created. |
string | createdBy | createdBy. |
string | createdByName | createdByName. |
string | entriesLink | entriesLink. |
object | metadata | metadata. |
string | notes | notes. |
string | promotedFromBucket | promotedFromBucket. |
string | promotedFromRelease | promotedFromRelease. |
string | releaseid | releaseid. |
long | releasenum | releasenum. |
Properties
Badges
Gets or Sets Badges
Declaration
[Preserve]
public List<Badge> Badges { get; set; }
Property Value
Type | Description |
---|---|
List<Badge> |
Changes
Gets or Sets Changes
Declaration
[Preserve]
public Changecount Changes { get; set; }
Property Value
Type | Description |
---|---|
Changecount |
ContentHash
Gets or Sets ContentHash
Declaration
[Preserve]
public string ContentHash { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentSize
Gets or Sets ContentSize
Declaration
[Preserve]
public long ContentSize { get; set; }
Property Value
Type | Description |
---|---|
long |
Created
Gets or Sets Created
Declaration
[Preserve]
public DateTime Created { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
CreatedBy
Gets or Sets CreatedBy
Declaration
[Preserve]
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedByName
Gets or Sets CreatedByName
Declaration
[Preserve]
public string CreatedByName { get; set; }
Property Value
Type | Description |
---|---|
string |
EntriesLink
Gets or Sets EntriesLink
Declaration
[Preserve]
public string EntriesLink { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Gets or Sets Metadata
Declaration
[Preserve]
public object Metadata { get; set; }
Property Value
Type | Description |
---|---|
object |
Notes
Gets or Sets Notes
Declaration
[Preserve]
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
string |
PromotedFromBucket
Gets or Sets PromotedFromBucket
Declaration
[Preserve]
public string PromotedFromBucket { get; set; }
Property Value
Type | Description |
---|---|
string |
PromotedFromRelease
Gets or Sets PromotedFromRelease
Declaration
[Preserve]
public string PromotedFromRelease { get; set; }
Property Value
Type | Description |
---|---|
string |
Releaseid
Gets or Sets Releaseid
Declaration
[Preserve]
public string Releaseid { get; set; }
Property Value
Type | Description |
---|---|
string |
Releasenum
Gets or Sets Releasenum
Declaration
[Preserve]
public long Releasenum { get; set; }
Property Value
Type | Description |
---|---|
long |