RHAPI_PurgeResponse
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PurgeResponse | Purge response from a purge request. |
struct FRHAPI_PurgeResponse
struct FRHAPI_PurgeResponse
: public FRHAPI_Model
Purge response from a purge request.
Summary
| Members | Descriptions |
|---|---|
public FGuid PersonId | Person ID that will be purged. |
public FDateTime PurgeOn | Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone. |
public FDateTime CreatedOn | Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone. |
public FDateTime LastModifiedOn | Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone. |
public FString Status | Status of the purge 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) const | Writes the data from this object into the specified JSON Writer stream. |
public inline FGuid & GetPersonId() | Gets the value of PersonId. |
public inline const FGuid & GetPersonId() const | Gets the value of PersonId. |
public inline void SetPersonId(FGuid NewValue) | Sets the value of PersonId. |
public inline FDateTime & GetPurgeOn() | Gets the value of PurgeOn. |
public inline const FDateTime & GetPurgeOn() const | Gets the value of PurgeOn. |
public inline void SetPurgeOn(FDateTime NewValue) | Sets the value of PurgeOn. |
public inline FDateTime & GetCreatedOn() | Gets the value of CreatedOn. |
public inline const FDateTime & GetCreatedOn() const | Gets the value of CreatedOn. |
public inline void SetCreatedOn(FDateTime NewValue) | Sets the value of CreatedOn. |
public inline FDateTime & GetLastModifiedOn() | Gets the value of LastModifiedOn. |
public inline const FDateTime & GetLastModifiedOn() const | Gets the value of LastModifiedOn. |
public inline void SetLastModifiedOn(FDateTime NewValue) | Sets the value of LastModifiedOn. |
public inline FString & GetStatus() | Gets the value of Status. |
public inline const FString & GetStatus() const | Gets the value of Status. |
public inline void SetStatus(FString NewValue) | Sets the value of Status. |
Members
public FGuid PersonId
Person ID that will be purged.
public FDateTime PurgeOn
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone.
public FDateTime CreatedOn
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone.
public FDateTime LastModifiedOn
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone.
public FString Status
Status of the purge request.
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 & GetPersonId()
Gets the value of PersonId.
public inline const FGuid & GetPersonId() const
Gets the value of PersonId.
public inline void SetPersonId(FGuid NewValue)
Sets the value of PersonId.
public inline FDateTime & GetPurgeOn()
Gets the value of PurgeOn.
public inline const FDateTime & GetPurgeOn() const
Gets the value of PurgeOn.
public inline void SetPurgeOn(FDateTime NewValue)
Sets the value of PurgeOn.
public inline FDateTime & GetCreatedOn()
Gets the value of CreatedOn.
public inline const FDateTime & GetCreatedOn() const
Gets the value of CreatedOn.
public inline void SetCreatedOn(FDateTime NewValue)
Sets the value of CreatedOn.
public inline FDateTime & GetLastModifiedOn()
Gets the value of LastModifiedOn.
public inline const FDateTime & GetLastModifiedOn() const
Gets the value of LastModifiedOn.
public inline void SetLastModifiedOn(FDateTime NewValue)
Sets the value of LastModifiedOn.
public inline FString & GetStatus()
Gets the value of Status.
public inline const FString & GetStatus() const
Gets the value of Status.
public inline void SetStatus(FString NewValue)
Sets the value of Status.