|
string | Id [get] |
|
string | Name [get] |
|
string | Title [get] |
|
string | Body [get] |
|
string | MessageType [get] |
|
string | PortraitImageId [get] |
|
string | LandscapeImageId [get] |
|
object | AdditionalFields [get] |
|
string | AdditionalFieldsRaw [get] |
|
DateTime | StartAt [get, set] |
|
SchedulableTimezoneType | StartAtTz [get, set] |
|
DateTime | EndAt [get, set] |
|
SchedulableTimezoneType | EndAtTz [get, set] |
|
◆ GetAdditionalFieldsAsObject< T >()
T UserWiseSDK.Messages.Message.GetAdditionalFieldsAsObject< T > |
( |
T |
defaultValue | ) |
|
|
inline |
Safely retrieve the AdditionalFields property by deserializing the data through the IDictSerializable interface.
This should only be called if the AdditionalFields you expect is a root-level array.
- Template Parameters
-
- Parameters
-
defaultValue | Default on failure. If null will default(T) |
- Returns
- Type Constraints
-
T | : | IDictSerializable<T> | |
T | : | new() | |
◆ GetJsonAsList< T >()
List<T> UserWiseSDK.Messages.Message.GetJsonAsList< T > |
( |
List< T > |
defaultValue | ) |
|
|
inline |
Safely retrieve the AdditionalFields property by deserializing the data through the IDictSerializable interface.
This should only be called if the AdditionalFields you expect is a root-level array.
- 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/Messages/Message.cs