docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JsonSetting

    JsonSetting

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

    Constructors

    JsonSetting(string, TypeEnum?, object)

    Initializes a new instance of the JsonSetting class.

    Declaration
    [Preserve]
    public JsonSetting(string key = null, JsonSetting.TypeEnum? type = null, object value = null)
    Parameters
    Type Name Description
    string key

    key.

    JsonSetting.TypeEnum? type

    type.

    object value

    Limited to 10000 characters..

    Properties

    Key

    Gets or Sets Key

    Declaration
    [DataMember(Name = "key", EmitDefaultValue = false)]
    [Preserve]
    public string Key { get; set; }
    Property Value
    Type Description
    string

    Type

    Gets or Sets Type

    Declaration
    [DataMember(Name = "type", EmitDefaultValue = false)]
    [Preserve]
    public JsonSetting.TypeEnum? Type { get; set; }
    Property Value
    Type Description
    JsonSetting.TypeEnum?

    Value

    Limited to 10000 characters.

    Declaration
    [DataMember(Name = "value", EmitDefaultValue = false)]
    [Preserve]
    public object Value { get; set; }
    Property Value
    Type Description
    object

    Limited to 10000 characters.

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