Skip to content

RHAPI_BaseBackfillRequest

Summary

MembersDescriptions
struct FRHAPI_BaseBackfillRequest

struct FRHAPI_BaseBackfillRequest

struct FRHAPI_BaseBackfillRequest
: public FRHAPI_Model

Summary

MembersDescriptions
public FString InstanceIdThe instance ID for this backfill request.
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 & GetInstanceId()Gets the value of InstanceId.
public inline const FString & GetInstanceId() constGets the value of InstanceId.
public inline void SetInstanceId(FString NewValue)Sets the value of InstanceId.

Members

public FString InstanceId

The instance ID for this backfill request.


#### `public virtual bool `[`FromJson`](#structFRHAPI__BaseBackfillRequest_1aae23daef4fab59c9b078e5f5fbec19db)`(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__BaseBackfillRequest_1a1cd261028157e2e554bb3ce0c030dd49)`(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 & `[`GetInstanceId`](#structFRHAPI__BaseBackfillRequest_1a1c9a904f6c5187a9e57f8334f21257d7)`()`

Gets the value of InstanceId.


#### `public inline const FString & `[`GetInstanceId`](#structFRHAPI__BaseBackfillRequest_1af82ecb8b5005dcf3034bec2eb1252274)`() const`

Gets the value of InstanceId.


#### `public inline void `[`SetInstanceId`](#structFRHAPI__BaseBackfillRequest_1a9277a4122e794833f96741e2d4be6e2e)`(FString NewValue)`

Sets the value of InstanceId.