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