RHAPI_PersonEmailListResponse
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PersonEmailListResponse | Response for updating a person’s email list subscriptions. |
struct FRHAPI_PersonEmailListResponse
struct FRHAPI_PersonEmailListResponse
: public FRHAPI_Model
Response for updating a person’s email list subscriptions.
Summary
| Members | Descriptions |
|---|---|
public TArray< int32 > EmailListIds | List of all email list ids the user is subscribed to. |
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 TArray< int32 > & GetEmailListIds() | Gets the value of EmailListIds. |
public inline const TArray< int32 > & GetEmailListIds() const | Gets the value of EmailListIds. |
public inline void SetEmailListIds(TArray< int32 > NewValue) | Sets the value of EmailListIds. |
Members
public TArray< int32 > EmailListIds
List of all email list ids the user is subscribed to.
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValueData 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
WriterJSON Writer stream to push .
public inline TArray< int32 > & GetEmailListIds()
Gets the value of EmailListIds.
public inline const TArray< int32 > & GetEmailListIds() const
Gets the value of EmailListIds.
public inline void SetEmailListIds(TArray< int32 > NewValue)
Sets the value of EmailListIds.