docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EnvironmentRequestBody

    Data payload for creating an environment

    Inheritance
    object
    EnvironmentRequestBody
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Environment
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "EnvironmentRequestBody")]
    [Preserve]
    public class EnvironmentRequestBody

    Constructors

    EnvironmentRequestBody(string)

    Initializes a new instance of the EnvironmentRequestBody class.

    Declaration
    [Preserve]
    public EnvironmentRequestBody(string name = null)
    Parameters
    Type Name Description
    string name

    The name of the environment. Only lower case characters and digits are allowed. (required).

    Properties

    Name

    The name of the environment. Only lower case characters and digits are allowed.

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

    The name of the environment. Only lower case characters and digits are allowed.

    In This Article
    Back to top
    Copyright © 2024 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)