Name | Type | Description | Notes |
---|---|---|---|
Identifier | DeploymentHistoryEnvironmentV2Identifier | ||
AuditingData | DeploymentHistoryAuditingData | ||
Status | StateEnum | ||
TriggerAction | DeploymentHistoryTriggerAction | ||
TotalDuration | string | ||
Stages | []DeploymentHistoryStage |
func NewDeploymentHistoryEnvironmentV2(identifier DeploymentHistoryEnvironmentV2Identifier, auditingData DeploymentHistoryAuditingData, status StateEnum, triggerAction DeploymentHistoryTriggerAction, totalDuration string, stages []DeploymentHistoryStage, ) *DeploymentHistoryEnvironmentV2
NewDeploymentHistoryEnvironmentV2 instantiates a new DeploymentHistoryEnvironmentV2 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 NewDeploymentHistoryEnvironmentV2WithDefaults() *DeploymentHistoryEnvironmentV2
NewDeploymentHistoryEnvironmentV2WithDefaults instantiates a new DeploymentHistoryEnvironmentV2 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 *DeploymentHistoryEnvironmentV2) GetIdentifier() DeploymentHistoryEnvironmentV2Identifier
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironmentV2) GetIdentifierOk() (*DeploymentHistoryEnvironmentV2Identifier, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironmentV2) SetIdentifier(v DeploymentHistoryEnvironmentV2Identifier)
SetIdentifier sets Identifier field to given value.
func (o *DeploymentHistoryEnvironmentV2) GetAuditingData() DeploymentHistoryAuditingData
GetAuditingData returns the AuditingData field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironmentV2) GetAuditingDataOk() (*DeploymentHistoryAuditingData, bool)
GetAuditingDataOk returns a tuple with the AuditingData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironmentV2) SetAuditingData(v DeploymentHistoryAuditingData)
SetAuditingData sets AuditingData field to given value.
func (o *DeploymentHistoryEnvironmentV2) GetStatus() StateEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironmentV2) 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 *DeploymentHistoryEnvironmentV2) SetStatus(v StateEnum)
SetStatus sets Status field to given value.
func (o *DeploymentHistoryEnvironmentV2) GetTriggerAction() DeploymentHistoryTriggerAction
GetTriggerAction returns the TriggerAction field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironmentV2) GetTriggerActionOk() (*DeploymentHistoryTriggerAction, bool)
GetTriggerActionOk returns a tuple with the TriggerAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironmentV2) SetTriggerAction(v DeploymentHistoryTriggerAction)
SetTriggerAction sets TriggerAction field to given value.
func (o *DeploymentHistoryEnvironmentV2) GetTotalDuration() string
GetTotalDuration returns the TotalDuration field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironmentV2) GetTotalDurationOk() (*string, bool)
GetTotalDurationOk returns a tuple with the TotalDuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironmentV2) SetTotalDuration(v string)
SetTotalDuration sets TotalDuration field to given value.
func (o *DeploymentHistoryEnvironmentV2) GetStages() []DeploymentHistoryStage
GetStages returns the Stages field if non-nil, zero value otherwise.
func (o *DeploymentHistoryEnvironmentV2) GetStagesOk() (*[]DeploymentHistoryStage, bool)
GetStagesOk returns a tuple with the Stages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryEnvironmentV2) SetStages(v []DeploymentHistoryStage)
SetStages sets Stages field to given value.