RHAPI_KeyType
Summary
Members | Descriptions |
---|---|
struct FRHAPI_KeyType | A 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
Members | Descriptions |
---|---|
public FString Type | The 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) const | Writes 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 () const | Gets 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
(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 &
GetType
()
Gets the value of Type.
public inline const FString &
GetType
() const
Gets the value of Type.
public inline void
SetType
(FString NewValue)
Sets the value of Type.