Name | Type | Description | Notes |
---|---|---|---|
Error | Pointer to PerrErrorModel | [optional] | |
Pipeline | Pointer to string | [optional] | |
PipelineExecutionId | Pointer to string | [optional] | |
Step | Pointer to string | [optional] | |
StepExecutionId | Pointer to string | [optional] |
func NewModconfigStepError() *ModconfigStepError
NewModconfigStepError instantiates a new ModconfigStepError 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 NewModconfigStepErrorWithDefaults() *ModconfigStepError
NewModconfigStepErrorWithDefaults instantiates a new ModconfigStepError 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 *ModconfigStepError) GetError() PerrErrorModel
GetError returns the Error field if non-nil, zero value otherwise.
func (o *ModconfigStepError) GetErrorOk() (*PerrErrorModel, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigStepError) SetError(v PerrErrorModel)
SetError sets Error field to given value.
func (o *ModconfigStepError) HasError() bool
HasError returns a boolean if a field has been set.
func (o *ModconfigStepError) GetPipeline() string
GetPipeline returns the Pipeline field if non-nil, zero value otherwise.
func (o *ModconfigStepError) GetPipelineOk() (*string, bool)
GetPipelineOk returns a tuple with the Pipeline field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigStepError) SetPipeline(v string)
SetPipeline sets Pipeline field to given value.
func (o *ModconfigStepError) HasPipeline() bool
HasPipeline returns a boolean if a field has been set.
func (o *ModconfigStepError) GetPipelineExecutionId() string
GetPipelineExecutionId returns the PipelineExecutionId field if non-nil, zero value otherwise.
func (o *ModconfigStepError) GetPipelineExecutionIdOk() (*string, bool)
GetPipelineExecutionIdOk returns a tuple with the PipelineExecutionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigStepError) SetPipelineExecutionId(v string)
SetPipelineExecutionId sets PipelineExecutionId field to given value.
func (o *ModconfigStepError) HasPipelineExecutionId() bool
HasPipelineExecutionId returns a boolean if a field has been set.
func (o *ModconfigStepError) GetStep() string
GetStep returns the Step field if non-nil, zero value otherwise.
func (o *ModconfigStepError) GetStepOk() (*string, bool)
GetStepOk returns a tuple with the Step field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigStepError) SetStep(v string)
SetStep sets Step field to given value.
func (o *ModconfigStepError) HasStep() bool
HasStep returns a boolean if a field has been set.
func (o *ModconfigStepError) GetStepExecutionId() string
GetStepExecutionId returns the StepExecutionId field if non-nil, zero value otherwise.
func (o *ModconfigStepError) GetStepExecutionIdOk() (*string, bool)
GetStepExecutionIdOk returns a tuple with the StepExecutionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigStepError) SetStepExecutionId(v string)
SetStepExecutionId sets StepExecutionId field to given value.
func (o *ModconfigStepError) HasStepExecutionId() bool
HasStepExecutionId returns a boolean if a field has been set.