Skip to content

RHAPI_PersonEmailListResponse

Summary

MembersDescriptions
struct FRHAPI_PersonEmailListResponseResponse 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

MembersDescriptions
public TArray< int32 > EmailListIdsList 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) constWrites 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() constGets 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

  • 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 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.