docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetEnvironmentsResponse

    GetEnvironmentsResponse

    Inheritance
    object
    GetEnvironmentsResponse
    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.RemoteConfig
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "GetEnvironmentsResponse")]
    [Preserve]
    public class GetEnvironmentsResponse

    Constructors

    GetEnvironmentsResponse(List<Environment>)

    Initializes a new instance of the GetEnvironmentsResponse class.

    Declaration
    [Preserve]
    public GetEnvironmentsResponse(List<Environment> environments = null)
    Parameters
    Type Name Description
    List<Environment> environments

    environments.

    Properties

    Environments

    Gets or Sets Environments

    Declaration
    [DataMember(Name = "environments", EmitDefaultValue = false)]
    [Preserve]
    public List<Environment> Environments { get; set; }
    Property Value
    Type Description
    List<Environment>
    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)