Name | Type | Description | Notes |
---|---|---|---|
DeploymentRequestId | Pointer to string | [optional] | |
EnvironmentId | Pointer to string | [optional] | |
Status | Pointer to StateEnum | [optional] |
func NewEnvDeploymentStatus() *EnvDeploymentStatus
NewEnvDeploymentStatus instantiates a new EnvDeploymentStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvDeploymentStatusWithDefaults() *EnvDeploymentStatus
NewEnvDeploymentStatusWithDefaults instantiates a new EnvDeploymentStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *EnvDeploymentStatus) GetDeploymentRequestId() string
GetDeploymentRequestId returns the DeploymentRequestId field if non-nil, zero value otherwise.
func (o *EnvDeploymentStatus) GetDeploymentRequestIdOk() (*string, bool)
GetDeploymentRequestIdOk returns a tuple with the DeploymentRequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvDeploymentStatus) SetDeploymentRequestId(v string)
SetDeploymentRequestId sets DeploymentRequestId field to given value.
func (o *EnvDeploymentStatus) HasDeploymentRequestId() bool
HasDeploymentRequestId returns a boolean if a field has been set.
func (o *EnvDeploymentStatus) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
func (o *EnvDeploymentStatus) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvDeploymentStatus) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.
func (o *EnvDeploymentStatus) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (o *EnvDeploymentStatus) GetStatus() StateEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *EnvDeploymentStatus) GetStatusOk() (*StateEnum, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnvDeploymentStatus) SetStatus(v StateEnum)
SetStatus sets Status field to given value.
func (o *EnvDeploymentStatus) HasStatus() bool
HasStatus returns a boolean if a field has been set.