docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CcdReleaseEntryCreate

    CcdReleaseEntryCreate model

    Inheritance
    object
    CcdReleaseEntryCreate
    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.releaseEntryCreate")]
    public class CcdReleaseEntryCreate

    Constructors

    CcdReleaseEntryCreate(Guid, Guid)

    Creates an instance of CcdReleaseEntryCreate.

    Declaration
    [Preserve]
    public CcdReleaseEntryCreate(Guid entryid, Guid versionid)
    Parameters
    Type Name Description
    Guid entryid

    entryid param

    Guid versionid

    versionid param

    Properties

    Entryid

    Parameter entryid of CcdReleaseEntryCreate

    Declaration
    [Preserve]
    [DataMember(Name = "entryid", IsRequired = true, EmitDefaultValue = true)]
    public Guid Entryid { get; }
    Property Value
    Type Description
    Guid

    Versionid

    Parameter versionid of CcdReleaseEntryCreate

    Declaration
    [Preserve]
    [DataMember(Name = "versionid", IsRequired = true, EmitDefaultValue = true)]
    public Guid Versionid { get; }
    Property Value
    Type Description
    Guid
    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)