Skip to main content

RHAPI_EnvironmentConfig

Summary

MembersDescriptions
struct FRHAPI_EnvironmentConfig

struct FRHAPI_EnvironmentConfig

struct FRHAPI_EnvironmentConfig
: public FRHAPI_Model

Summary

MembersDescriptions
public FGuid OrgId
public FGuid ProductId
public FGuid EnvironmentId
public FGuid SandboxId
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 & GetOrgId()Gets the value of OrgId.
public inline const FGuid & GetOrgId() constGets the value of OrgId.
public inline void SetOrgId(const FGuid & NewValue)Sets the value of OrgId.
public inline void SetOrgId(FGuid && NewValue)Sets the value of OrgId using move semantics.
public inline FGuid & GetProductId()Gets the value of ProductId.
public inline const FGuid & GetProductId() constGets the value of ProductId.
public inline void SetProductId(const FGuid & NewValue)Sets the value of ProductId.
public inline void SetProductId(FGuid && NewValue)Sets the value of ProductId using move semantics.
public inline FGuid & GetEnvironmentId()Gets the value of EnvironmentId.
public inline const FGuid & GetEnvironmentId() constGets the value of EnvironmentId.
public inline void SetEnvironmentId(const FGuid & NewValue)Sets the value of EnvironmentId.
public inline void SetEnvironmentId(FGuid && NewValue)Sets the value of EnvironmentId using move semantics.
public inline FGuid & GetSandboxId()Gets the value of SandboxId.
public inline const FGuid & GetSandboxId() constGets the value of SandboxId.
public inline void SetSandboxId(const FGuid & NewValue)Sets the value of SandboxId.
public inline void SetSandboxId(FGuid && NewValue)Sets the value of SandboxId using move semantics.

Members

public FGuid OrgId

public FGuid ProductId

public FGuid EnvironmentId

public FGuid SandboxId

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

Gets the value of OrgId.

public inline const FGuid & GetOrgId() const

Gets the value of OrgId.

public inline void SetOrgId(const FGuid & NewValue)

Sets the value of OrgId.

public inline void SetOrgId(FGuid && NewValue)

Sets the value of OrgId using move semantics.

public inline FGuid & GetProductId()

Gets the value of ProductId.

public inline const FGuid & GetProductId() const

Gets the value of ProductId.

public inline void SetProductId(const FGuid & NewValue)

Sets the value of ProductId.

public inline void SetProductId(FGuid && NewValue)

Sets the value of ProductId using move semantics.

public inline FGuid & GetEnvironmentId()

Gets the value of EnvironmentId.

public inline const FGuid & GetEnvironmentId() const

Gets the value of EnvironmentId.

public inline void SetEnvironmentId(const FGuid & NewValue)

Sets the value of EnvironmentId.

public inline void SetEnvironmentId(FGuid && NewValue)

Sets the value of EnvironmentId using move semantics.

public inline FGuid & GetSandboxId()

Gets the value of SandboxId.

public inline const FGuid & GetSandboxId() const

Gets the value of SandboxId.

public inline void SetSandboxId(const FGuid & NewValue)

Sets the value of SandboxId.

public inline void SetSandboxId(FGuid && NewValue)

Sets the value of SandboxId using move semantics.