Name | Type | Description | Notes |
---|---|---|---|
StepName | Pointer to StageStepMetricNameEnum | [optional] | |
Status | Pointer to StepMetricStatusEnum | [optional] | |
DurationSec | Pointer to int32 | The duration of the step in seconds. | [optional] |
func NewStageStepMetric() *StageStepMetric
NewStageStepMetric instantiates a new StageStepMetric 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 NewStageStepMetricWithDefaults() *StageStepMetric
NewStageStepMetricWithDefaults instantiates a new StageStepMetric 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 *StageStepMetric) GetStepName() StageStepMetricNameEnum
GetStepName returns the StepName field if non-nil, zero value otherwise.
func (o *StageStepMetric) GetStepNameOk() (*StageStepMetricNameEnum, bool)
GetStepNameOk returns a tuple with the StepName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StageStepMetric) SetStepName(v StageStepMetricNameEnum)
SetStepName sets StepName field to given value.
func (o *StageStepMetric) HasStepName() bool
HasStepName returns a boolean if a field has been set.
func (o *StageStepMetric) GetStatus() StepMetricStatusEnum
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *StageStepMetric) GetStatusOk() (*StepMetricStatusEnum, 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 *StageStepMetric) SetStatus(v StepMetricStatusEnum)
SetStatus sets Status field to given value.
func (o *StageStepMetric) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *StageStepMetric) GetDurationSec() int32
GetDurationSec returns the DurationSec field if non-nil, zero value otherwise.
func (o *StageStepMetric) GetDurationSecOk() (*int32, bool)
GetDurationSecOk returns a tuple with the DurationSec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StageStepMetric) SetDurationSec(v int32)
SetDurationSec sets DurationSec field to given value.
func (o *StageStepMetric) HasDurationSec() bool
HasDurationSec returns a boolean if a field has been set.