docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetAllSchemasResponse

    GetAllSchemasResponse

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

    Constructors

    GetAllSchemasResponse(List<object>)

    Initializes a new instance of the GetAllSchemasResponse class.

    Declaration
    [Preserve]
    public GetAllSchemasResponse(List<object> schemas = null)
    Parameters
    Type Name Description
    List<object> schemas

    schemas.

    Properties

    Schemas

    Gets or Sets Schemas

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