RHAPI_ExternalKeyEntitlement
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_ExternalKeyEntitlement |
struct FRHAPI_ExternalKeyEntitlement
struct FRHAPI_ExternalKeyEntitlement
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public FGuid ExternalKeyCampaignId | The External Key Campaign ID. |
public int32 Quantity | The quantity of the External Key Entitlement. |
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 FGuid & GetExternalKeyCampaignId() | Gets the value of ExternalKeyCampaignId. |
public inline const FGuid & GetExternalKeyCampaignId() const | Gets the value of ExternalKeyCampaignId. |
public inline void SetExternalKeyCampaignId(const FGuid & NewValue) | Sets the value of ExternalKeyCampaignId. |
public inline void SetExternalKeyCampaignId(FGuid && NewValue) | Sets the value of ExternalKeyCampaignId using move semantics. |
public inline int32 & GetQuantity() | Gets the value of Quantity. |
public inline const int32 & GetQuantity() const | Gets the value of Quantity. |
public inline void SetQuantity(const int32 & NewValue) | Sets the value of Quantity. |
public inline void SetQuantity(int32 && NewValue) | Sets the value of Quantity using move semantics. |
public inline bool IsQuantityDefaultValue() const | Returns true if Quantity matches the default value. |
public inline void SetQuantityToDefault() | Sets the value of Quantity to its default |
Members
public FGuid ExternalKeyCampaignId
The External Key Campaign ID.
public int32 Quantity
The quantity of the External Key Entitlement.
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 FGuid & GetExternalKeyCampaignId()
Gets the value of ExternalKeyCampaignId.
public inline const FGuid & GetExternalKeyCampaignId() const
Gets the value of ExternalKeyCampaignId.
public inline void SetExternalKeyCampaignId(const FGuid & NewValue)
Sets the value of ExternalKeyCampaignId.
public inline void SetExternalKeyCampaignId(FGuid && NewValue)
Sets the value of ExternalKeyCampaignId using move semantics.
public inline int32 & GetQuantity()
Gets the value of Quantity.
public inline const int32 & GetQuantity() const
Gets the value of Quantity.
public inline void SetQuantity(const int32 & NewValue)
Sets the value of Quantity.
public inline void SetQuantity(int32 && NewValue)
Sets the value of Quantity using move semantics.
public inline bool IsQuantityDefaultValue() const
Returns true if Quantity matches the default value.
public inline void SetQuantityToDefault()
Sets the value of Quantity to its default