Skip to content

RHAPI_MarketingCampaigns

Summary

MembersDescriptions
struct FRHAPI_MarketingCampaignsList of external Marketing Campaigns.

struct FRHAPI_MarketingCampaigns

struct FRHAPI_MarketingCampaigns
: public FRHAPI_Model

List of external Marketing Campaigns.

Summary

MembersDescriptions
public TArray< FRHAPI_MarketingCampaign>CampaignsList of external Marketing Campaigns.
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< FRHAPI_MarketingCampaign> &GetCampaigns()Gets the value of Campaigns.
public inline const TArray< FRHAPI_MarketingCampaign> &GetCampaigns() constGets the value of Campaigns.
public inline void SetCampaigns(TArray< FRHAPI_MarketingCampaign > NewValue)Sets the value of Campaigns.

Members

public TArray< FRHAPI_MarketingCampaign>Campaigns

List of external Marketing Campaigns.


#### `public virtual bool `[`FromJson`](#structFRHAPI__MarketingCampaigns_1a8f3ae77637be44c02ad9eb5bef1dda31)`(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`](#structFRHAPI__MarketingCampaigns_1a7f41cb97dd5ba99cad6ffb5a53ab00b0)`(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< `[`FRHAPI_MarketingCampaign`](RHAPI_MarketingCampaign.md#structFRHAPI__MarketingCampaign)` > & `[`GetCampaigns`](#structFRHAPI__MarketingCampaigns_1aa95cc3a073517448aa5d6561e3e702d0)`()`

Gets the value of Campaigns.


#### `public inline const TArray< `[`FRHAPI_MarketingCampaign`](RHAPI_MarketingCampaign.md#structFRHAPI__MarketingCampaign)` > & `[`GetCampaigns`](#structFRHAPI__MarketingCampaigns_1a6b519767e3a90b23702d0ee5a31f2199)`() const`

Gets the value of Campaigns.


#### `public inline void `[`SetCampaigns`](#structFRHAPI__MarketingCampaigns_1ae487365fbea2f2a3e37f5c639c16d6c1)`(TArray< `[`FRHAPI_MarketingCampaign`](RHAPI_MarketingCampaign.md#structFRHAPI__MarketingCampaign)` > NewValue)`

Sets the value of Campaigns.