docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetConfigWithDefaultEnvironment200Response

    GetConfigWithDefaultEnvironment200Response

    Inheritance
    object
    GetConfigWithDefaultEnvironment200Response
    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 = "getConfigWithDefaultEnvironment_200_response")]
    [Preserve]
    public class GetConfigWithDefaultEnvironment200Response

    Constructors

    GetConfigWithDefaultEnvironment200Response(List<Config>)

    Initializes a new instance of the GetConfigWithDefaultEnvironment200Response class.

    Declaration
    [Preserve]
    public GetConfigWithDefaultEnvironment200Response(List<Config> configs = null)
    Parameters
    Type Name Description
    List<Config> configs

    configs.

    Properties

    Configs

    Gets or Sets Configs

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