docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CcdOrg

    CcdOrg model

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

    Constructors

    CcdOrg(string, string, string, bool)

    Creates an instance of CcdOrg.

    Declaration
    [Preserve]
    public CcdOrg(string id = null, string name = null, string orgid = null, bool tosAccepted = false)
    Parameters
    Type Name Description
    string id

    id param

    string name

    name param

    string orgid

    orgid param

    bool tosAccepted

    tosAccepted param

    Properties

    Id

    Parameter id of CcdOrg

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

    Name

    Parameter name of CcdOrg

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

    Orgid

    Parameter orgid of CcdOrg

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

    TosAccepted

    Parameter tos_accepted of CcdOrg

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