docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdOrg

    CcdOrg model

    Inheritance
    Object
    CcdOrg
    Namespace: Unity.Services.Ccd.Management.Models
    Syntax
    public class CcdOrg : object

    Constructors

    CcdOrg(String, String, String, Boolean)

    Creates an instance of CcdOrg.

    Declaration
    public CcdOrg(string id = null, string name = null, string orgid = null, bool tosAccepted = null)
    Parameters
    Type Name Description
    String id

    id param

    String name

    name param

    String orgid

    orgid param

    Boolean tosAccepted

    tosAccepted param

    Properties

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Orgid

    Declaration
    public string Orgid { get; }
    Property Value
    Type Description
    String

    TosAccepted

    Declaration
    public bool TosAccepted { get; }
    Property Value
    Type Description
    Boolean
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023