Skip to content

RHAPI_KeyType

Summary

MembersDescriptions
struct FRHAPI_KeyTypeA Key Type is a type of key that can be claimed from a Marketing Campaign.

struct FRHAPI_KeyType

struct FRHAPI_KeyType
: public FRHAPI_Model

A Key Type is a type of key that can be claimed from a Marketing Campaign.

Summary

MembersDescriptions
public FString TypeThe type of key.
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 FString & GetType()Gets the value of Type.
public inline const FString & GetType() constGets the value of Type.
public inline void SetType(FString NewValue)Sets the value of Type.

Members

public FString Type

The type of key.


#### `public virtual bool `[`FromJson`](#structFRHAPI__KeyType_1af7191d475c90e3a0816b5d4bf43ae328)`(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__KeyType_1a2f8918a400e913e9034377d936692548)`(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 & `[`GetType`](#structFRHAPI__KeyType_1a6246f2efe400fcd0ef63b8cea89b836a)`()`

Gets the value of Type.


#### `public inline const FString & `[`GetType`](#structFRHAPI__KeyType_1ae2f4df1be8a30aa99befe068994848ed)`() const`

Gets the value of Type.


#### `public inline void `[`SetType`](#structFRHAPI__KeyType_1ada118d4aa3e8fea65f29cd198f50a5f2)`(FString NewValue)`

Sets the value of Type.