Name | Type | Description | Notes |
---|---|---|---|
TotalDurationSec | Pointer to NullableInt32 | The total duration in seconds of the stage deployment or null if the deployment is not completed | [optional] |
Details | Pointer to []StageStepMetric | A list of metrics for deployment steps of the stage. | [optional] |
func NewStageStepMetrics() *StageStepMetrics
NewStageStepMetrics instantiates a new StageStepMetrics 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 NewStageStepMetricsWithDefaults() *StageStepMetrics
NewStageStepMetricsWithDefaults instantiates a new StageStepMetrics 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 *StageStepMetrics) GetTotalDurationSec() int32
GetTotalDurationSec returns the TotalDurationSec field if non-nil, zero value otherwise.
func (o *StageStepMetrics) GetTotalDurationSecOk() (*int32, bool)
GetTotalDurationSecOk returns a tuple with the TotalDurationSec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StageStepMetrics) SetTotalDurationSec(v int32)
SetTotalDurationSec sets TotalDurationSec field to given value.
func (o *StageStepMetrics) HasTotalDurationSec() bool
HasTotalDurationSec returns a boolean if a field has been set.
func (o *StageStepMetrics) SetTotalDurationSecNil(b bool)
SetTotalDurationSecNil sets the value for TotalDurationSec to be an explicit nil
func (o *StageStepMetrics) UnsetTotalDurationSec()
UnsetTotalDurationSec ensures that no value is present for TotalDurationSec, not even an explicit nil
func (o *StageStepMetrics) GetDetails() []StageStepMetric
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *StageStepMetrics) GetDetailsOk() (*[]StageStepMetric, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StageStepMetrics) SetDetails(v []StageStepMetric)
SetDetails sets Details field to given value.
func (o *StageStepMetrics) HasDetails() bool
HasDetails returns a boolean if a field has been set.