|
string | Id [get] |
|
string | Name [get] |
|
string | ExternalId [get] |
|
object | Json [get] |
|
string | JsonRaw [get] |
|
DateTime | StartAt [get, set] |
|
SchedulableTimezoneType | StartAtTz [get, set] |
|
DateTime | EndAt [get, set] |
|
SchedulableTimezoneType | EndAtTz [get, set] |
|
◆ GetJsonAsList< T >()
List<T> UserWiseSDK.RemoteConfigs.RemoteConfig.GetJsonAsList< T > |
( |
List< T > |
defaultValue | ) |
|
|
inline |
Safely retrieve the Json property by deserializing the data through the IDictSerializable interface.
This should only be called if the JSON you expect is a root-level dictionary.
- Template Parameters
-
- Parameters
-
defaultValue | Default on failure. If null will default(T) |
- Returns
- Type Constraints
-
T | : | IDictSerializable<T> | |
T | : | new() | |
◆ GetJsonAsObject< T >()
T UserWiseSDK.RemoteConfigs.RemoteConfig.GetJsonAsObject< T > |
( |
T |
defaultValue | ) |
|
|
inline |
Safely retrieve the Json property by deserializing the data through the IDictSerializable interface.
This should only be called if the JSON you expect is a root-level dictionary.
- Template Parameters
-
- Parameters
-
defaultValue | Default on failure. If null will default(T) |
- Returns
- Type Constraints
-
T | : | IDictSerializable<T> | |
T | : | new() | |
The documentation for this class was generated from the following file:
- userwise_sdk_source/userwise_sdk/RemoteConfigs/RemoteConfig.cs