RHAPI_NotificationCreateResult
Summary
Members | Descriptions |
---|---|
struct FRHAPI_NotificationCreateResult |
struct FRHAPI_NotificationCreateResult
struct FRHAPI_NotificationCreateResult
: public FRHAPI_Model
Summary
Members | Descriptions |
---|---|
public FString NotificationId | Unique Identifier for the last notification created. You cannot depend on the format of this string, and it must be considered opaque. |
public virtual bool FromJson (const TSharedPtr< FJsonValue > & JsonValue) | Fills this object with data from the passed in JSON. |
public virtual void WriteJson (TSharedRef< TJsonWriter<>> & Writer) const | Writes the data from this object into the specified JSON Writer stream. |
public inline FString & GetNotificationId () | Gets the value of NotificationId. |
public inline const FString & GetNotificationId () const | Gets the value of NotificationId. |
public inline void SetNotificationId (FString NewValue) | Sets the value of NotificationId. |
Members
public FString
NotificationId
Unique Identifier for the last notification created. You cannot depend on the format of this string, and it must be considered opaque.
public virtual bool
FromJson
(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValue
Data from the API call.
Returns
true if parsing of the JSON data was successful.
public virtual void
WriteJson
(TSharedRef< TJsonWriter<>> & Writer) const
Writes the data from this object into the specified JSON Writer stream.
Parameters
Writer
JSON Writer stream to push .
public inline FString &
GetNotificationId
()
Gets the value of NotificationId.
public inline const FString &
GetNotificationId
() const
Gets the value of NotificationId.
public inline void
SetNotificationId
(FString NewValue)
Sets the value of NotificationId.