Class BoolSetting
BoolSetting
Inherited Members
Namespace: Unity.Services.Apis.Admin.RemoteConfig
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "BoolSetting")]
[Preserve]
public class BoolSetting
Constructors
BoolSetting(string, TypeEnum?, bool)
Initializes a new instance of the Bool
Declaration
[Preserve]
public BoolSetting(string key = null, BoolSetting.TypeEnum? type = null, bool value = false)
Parameters
Type | Name | Description |
---|---|---|
string | key | key. |
Bool |
type | type. |
bool | value | value. |
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 BoolSetting.TypeEnum? Type { get; set; }
Property Value
Type | Description |
---|---|
Bool |
Value
Gets or Sets Value
Declaration
[DataMember(Name = "value", EmitDefaultValue = true)]
[Preserve]
public bool Value { get; set; }
Property Value
Type | Description |
---|---|
bool |