Skip to main content

RHAPI_FileResponse

Summary

MembersDescriptions
struct FRHAPI_FileResponse

struct FRHAPI_FileResponse

struct FRHAPI_FileResponse
: public FRHAPI_Model

Summary

MembersDescriptions
public FString Name
public int32 Size
public FString ContentType
public FDateTime CreatedTimestampDatetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone.
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 & GetName()Gets the value of Name.
public inline const FString & GetName() constGets the value of Name.
public inline void SetName(const FString & NewValue)Sets the value of Name.
public inline void SetName(FString && NewValue)Sets the value of Name using move semantics.
public inline int32 & GetSize()Gets the value of Size.
public inline const int32 & GetSize() constGets the value of Size.
public inline void SetSize(const int32 & NewValue)Sets the value of Size.
public inline void SetSize(int32 && NewValue)Sets the value of Size using move semantics.
public inline bool IsSizeDefaultValue() constReturns true if Size matches the default value.
public inline void SetSizeToDefault()Sets the value of Size to its default
public inline FString & GetContentType()Gets the value of ContentType.
public inline const FString & GetContentType() constGets the value of ContentType.
public inline void SetContentType(const FString & NewValue)Sets the value of ContentType.
public inline void SetContentType(FString && NewValue)Sets the value of ContentType using move semantics.
public inline FDateTime & GetCreatedTimestamp()Gets the value of CreatedTimestamp.
public inline const FDateTime & GetCreatedTimestamp() constGets the value of CreatedTimestamp.
public inline void SetCreatedTimestamp(const FDateTime & NewValue)Sets the value of CreatedTimestamp.
public inline void SetCreatedTimestamp(FDateTime && NewValue)Sets the value of CreatedTimestamp using move semantics.

Members

public FString Name

public int32 Size

public FString ContentType

public FDateTime CreatedTimestamp

Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone.

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 & GetName()

Gets the value of Name.

public inline const FString & GetName() const

Gets the value of Name.

public inline void SetName(const FString & NewValue)

Sets the value of Name.

public inline void SetName(FString && NewValue)

Sets the value of Name using move semantics.

public inline int32 & GetSize()

Gets the value of Size.

public inline const int32 & GetSize() const

Gets the value of Size.

public inline void SetSize(const int32 & NewValue)

Sets the value of Size.

public inline void SetSize(int32 && NewValue)

Sets the value of Size using move semantics.

public inline bool IsSizeDefaultValue() const

Returns true if Size matches the default value.

public inline void SetSizeToDefault()

Sets the value of Size to its default

public inline FString & GetContentType()

Gets the value of ContentType.

public inline const FString & GetContentType() const

Gets the value of ContentType.

public inline void SetContentType(const FString & NewValue)

Sets the value of ContentType.

public inline void SetContentType(FString && NewValue)

Sets the value of ContentType using move semantics.

public inline FDateTime & GetCreatedTimestamp()

Gets the value of CreatedTimestamp.

public inline const FDateTime & GetCreatedTimestamp() const

Gets the value of CreatedTimestamp.

public inline void SetCreatedTimestamp(const FDateTime & NewValue)

Sets the value of CreatedTimestamp.

public inline void SetCreatedTimestamp(FDateTime && NewValue)

Sets the value of CreatedTimestamp using move semantics.