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

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(FGuid NewValue)

Sets the value of OrgId.

public inline FGuid & GetProductId()

Gets the value of ProductId.

public inline const FGuid & GetProductId() const

Gets the value of ProductId.

public inline void SetProductId(FGuid NewValue)

Sets the value of ProductId.

public inline FGuid & GetEnvironmentId()

Gets the value of EnvironmentId.

public inline const FGuid & GetEnvironmentId() const

Gets the value of EnvironmentId.

public inline void SetEnvironmentId(FGuid NewValue)

Sets the value of EnvironmentId.

public inline FGuid & GetSandboxId()

Gets the value of SandboxId.

public inline const FGuid & GetSandboxId() const

Gets the value of SandboxId.

public inline void SetSandboxId(FGuid NewValue)

Sets the value of SandboxId.