Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Status | StageStatusEnum | ||
Duration | string | ||
Services | []DeploymentHistoryService |
func NewDeploymentHistoryStage(name string, status StageStatusEnum, duration string, services []DeploymentHistoryService, ) *DeploymentHistoryStage
NewDeploymentHistoryStage instantiates a new DeploymentHistoryStage 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 NewDeploymentHistoryStageWithDefaults() *DeploymentHistoryStage
NewDeploymentHistoryStageWithDefaults instantiates a new DeploymentHistoryStage 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 *DeploymentHistoryStage) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DeploymentHistoryStage) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryStage) SetName(v string)
SetName sets Name field to given value.
func (o *DeploymentHistoryStage) GetStatus() StageStatusEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *DeploymentHistoryStage) GetStatusOk() (*StageStatusEnum, 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 *DeploymentHistoryStage) SetStatus(v StageStatusEnum)
SetStatus sets Status field to given value.
func (o *DeploymentHistoryStage) GetDuration() string
GetDuration returns the Duration field if non-nil, zero value otherwise.
func (o *DeploymentHistoryStage) GetDurationOk() (*string, bool)
GetDurationOk returns a tuple with the Duration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryStage) SetDuration(v string)
SetDuration sets Duration field to given value.
func (o *DeploymentHistoryStage) GetServices() []DeploymentHistoryService
GetServices returns the Services field if non-nil, zero value otherwise.
func (o *DeploymentHistoryStage) GetServicesOk() (*[]DeploymentHistoryService, bool)
GetServicesOk returns a tuple with the Services field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryStage) SetServices(v []DeploymentHistoryService)
SetServices sets Services field to given value.