docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CcdRelease

    CcdRelease model

    Inheritance
    object
    CcdRelease
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management.Models
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    [Preserve]
    [DataContract(Name = "ccd.release")]
    public class CcdRelease

    Constructors

    CcdRelease(List<CcdBadge>, CcdReleaseChangeVersion, string, long, DateTime, string, string, string, object, string, Guid, Guid, Guid, long)

    Creates an instance of CcdRelease.

    Declaration
    [Preserve]
    public CcdRelease(List<CcdBadge> badges = null, CcdReleaseChangeVersion 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, Guid promotedFromBucket = default, Guid promotedFromRelease = default, Guid releaseid = default, long releasenum = 0)
    Parameters
    Type Name Description
    List<CcdBadge> badges

    badges param

    CcdReleaseChangeVersion changes

    changes param

    string contentHash

    contentHash param

    long 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

    long releasenum

    releasenum param

    Properties

    Badges

    Parameter badges of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "badges", EmitDefaultValue = false)]
    public List<CcdBadge> Badges { get; }
    Property Value
    Type Description
    List<CcdBadge>

    Changes

    Parameter changes of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "changes", EmitDefaultValue = false)]
    public CcdReleaseChangeVersion Changes { get; }
    Property Value
    Type Description
    CcdReleaseChangeVersion

    ContentHash

    Parameter content_hash of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "content_hash", EmitDefaultValue = false)]
    public string ContentHash { get; }
    Property Value
    Type Description
    string

    ContentSize

    Parameter content_size of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "content_size", EmitDefaultValue = false)]
    public long ContentSize { get; }
    Property Value
    Type Description
    long

    Created

    Parameter created of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "created", EmitDefaultValue = false)]
    public DateTime Created { get; }
    Property Value
    Type Description
    DateTime

    CreatedBy

    Parameter created_by of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "created_by", EmitDefaultValue = false)]
    public string CreatedBy { get; }
    Property Value
    Type Description
    string

    CreatedByName

    Parameter created_by_name of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "created_by_name", EmitDefaultValue = false)]
    public string CreatedByName { get; }
    Property Value
    Type Description
    string

    EntriesLink

    Parameter entries_link of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "entries_link", EmitDefaultValue = false)]
    public string EntriesLink { get; }
    Property Value
    Type Description
    string

    Metadata

    Parameter metadata of CcdRelease

    Declaration
    [Preserve]
    [JsonConverter(typeof(JsonObjectConverter))]
    [DataMember(Name = "metadata", EmitDefaultValue = false)]
    public JsonObject Metadata { get; }
    Property Value
    Type Description
    JsonObject

    Notes

    Parameter notes of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "notes", EmitDefaultValue = false)]
    public string Notes { get; }
    Property Value
    Type Description
    string

    PromotedFromBucket

    Parameter promoted_from_bucket of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "promoted_from_bucket", EmitDefaultValue = false)]
    public Guid PromotedFromBucket { get; }
    Property Value
    Type Description
    Guid

    PromotedFromRelease

    Parameter promoted_from_release of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "promoted_from_release", EmitDefaultValue = false)]
    public Guid PromotedFromRelease { get; }
    Property Value
    Type Description
    Guid

    Releaseid

    Parameter releaseid of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "releaseid", EmitDefaultValue = false)]
    public Guid Releaseid { get; }
    Property Value
    Type Description
    Guid

    Releasenum

    Parameter releasenum of CcdRelease

    Declaration
    [Preserve]
    [DataMember(Name = "releasenum", EmitDefaultValue = false)]
    public long Releasenum { get; }
    Property Value
    Type Description
    long
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)