Skip to content

RHAPI_ExternalKeyEntitlement

Summary

MembersDescriptions
struct FRHAPI_ExternalKeyEntitlement

struct FRHAPI_ExternalKeyEntitlement

struct FRHAPI_ExternalKeyEntitlement
: public FRHAPI_Model

Summary

MembersDescriptions
public FGuid ExternalKeyCampaignIdThe External Key Campaign ID.
public int32 QuantityThe 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) constWrites 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() constGets the value of ExternalKeyCampaignId.
public inline void SetExternalKeyCampaignId(FGuid NewValue)Sets the value of ExternalKeyCampaignId.
public inline int32 & GetQuantity()Gets the value of Quantity.
public inline const int32 & GetQuantity() constGets the value of Quantity.
public inline void SetQuantity(int32 NewValue)Sets the value of Quantity.
public inline bool IsQuantityDefaultValue() constReturns 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

  • 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 FGuid & GetExternalKeyCampaignId()

Gets the value of ExternalKeyCampaignId.

public inline const FGuid & GetExternalKeyCampaignId() const

Gets the value of ExternalKeyCampaignId.

public inline void SetExternalKeyCampaignId(FGuid NewValue)

Sets the value of ExternalKeyCampaignId.

public inline int32 & GetQuantity()

Gets the value of Quantity.

public inline const int32 & GetQuantity() const

Gets the value of Quantity.

public inline void SetQuantity(int32 NewValue)

Sets the value of Quantity.

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