Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
State | StateEnum | ||
ServiceDeploymentStatus | ServiceDeploymentStatusEnum | ||
LastDeploymentDate | Pointer to time.Time | [optional] | |
IsPartLastDeployment | Pointer to bool | [optional] | |
Steps | Pointer to ServiceStepMetrics | [optional] |
func NewStatus(id string, state StateEnum, serviceDeploymentStatus ServiceDeploymentStatusEnum, ) *Status
NewStatus instantiates a new Status 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 NewStatusWithDefaults() *Status
NewStatusWithDefaults instantiates a new Status 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 *Status) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Status) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Status) SetId(v string)
SetId sets Id field to given value.
func (o *Status) GetState() StateEnum
GetState returns the State field if non-nil, zero value otherwise.
func (o *Status) GetStateOk() (*StateEnum, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Status) SetState(v StateEnum)
SetState sets State field to given value.
func (o *Status) GetServiceDeploymentStatus() ServiceDeploymentStatusEnum
GetServiceDeploymentStatus returns the ServiceDeploymentStatus field if non-nil, zero value otherwise.
func (o *Status) GetServiceDeploymentStatusOk() (*ServiceDeploymentStatusEnum, bool)
GetServiceDeploymentStatusOk returns a tuple with the ServiceDeploymentStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Status) SetServiceDeploymentStatus(v ServiceDeploymentStatusEnum)
SetServiceDeploymentStatus sets ServiceDeploymentStatus field to given value.
func (o *Status) GetLastDeploymentDate() time.Time
GetLastDeploymentDate returns the LastDeploymentDate field if non-nil, zero value otherwise.
func (o *Status) GetLastDeploymentDateOk() (*time.Time, bool)
GetLastDeploymentDateOk returns a tuple with the LastDeploymentDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Status) SetLastDeploymentDate(v time.Time)
SetLastDeploymentDate sets LastDeploymentDate field to given value.
func (o *Status) HasLastDeploymentDate() bool
HasLastDeploymentDate returns a boolean if a field has been set.
func (o *Status) GetIsPartLastDeployment() bool
GetIsPartLastDeployment returns the IsPartLastDeployment field if non-nil, zero value otherwise.
func (o *Status) GetIsPartLastDeploymentOk() (*bool, bool)
GetIsPartLastDeploymentOk returns a tuple with the IsPartLastDeployment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Status) SetIsPartLastDeployment(v bool)
SetIsPartLastDeployment sets IsPartLastDeployment field to given value.
func (o *Status) HasIsPartLastDeployment() bool
HasIsPartLastDeployment returns a boolean if a field has been set.
func (o *Status) GetSteps() ServiceStepMetrics
GetSteps returns the Steps field if non-nil, zero value otherwise.
func (o *Status) GetStepsOk() (*ServiceStepMetrics, bool)
GetStepsOk returns a tuple with the Steps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Status) SetSteps(v ServiceStepMetrics)
SetSteps sets Steps field to given value.
func (o *Status) HasSteps() bool
HasSteps returns a boolean if a field has been set.