docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CcdEnvironment

    CcdEnvironment model

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

    Constructors

    CcdEnvironment(Guid, bool, string, Guid)

    Creates an instance of CcdEnvironment.

    Declaration
    [Preserve]
    public CcdEnvironment(Guid id = default, bool isDefault = false, string name = null, Guid projectId = default)
    Parameters
    Type Name Description
    Guid id

    id param

    bool isDefault

    isDefault param

    string name

    name param

    Guid projectId

    projectId param

    Properties

    Id

    Parameter id of CcdEnvironment

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

    IsDefault

    Parameter is_default of CcdEnvironment

    Declaration
    [Preserve]
    [DataMember(Name = "is_default", EmitDefaultValue = true)]
    public bool IsDefault { get; }
    Property Value
    Type Description
    bool

    Name

    Parameter name of CcdEnvironment

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

    ProjectId

    Parameter project_id of CcdEnvironment

    Declaration
    [Preserve]
    [DataMember(Name = "project_id", EmitDefaultValue = false)]
    public Guid ProjectId { 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)