Name | Type | Description | Notes |
---|---|---|---|
EndTime | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
Input | Pointer to map[string]interface{} | [optional] | |
Name | Pointer to string | The name of the step in the pipeline definition | [optional] |
NextStepAction | Pointer to ModconfigNextStepAction | [optional] | |
Output | Pointer to ExecutionStepExecutionOutput | [optional] | |
PipelineExecutionId | Pointer to string | Unique identifier for this step execution | [optional] |
StartTime | Pointer to string | [optional] | |
Status | Pointer to string | The status of the step execution: "started", "finished", "failed", "skipped" | [optional] |
StepForEach | Pointer to ExecutionStepExecutionStepForEach | [optional] | |
StepLoop | Pointer to ModconfigStepLoop | [optional] | |
StepOutput | Pointer to map[string]interface{} | The output from the Step's output block: output "foo" { value = <xxx> } | [optional] |
StepRetry | Pointer to ModconfigStepRetry | [optional] |
func NewExecutionStepExecution() *ExecutionStepExecution
NewExecutionStepExecution instantiates a new ExecutionStepExecution 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 NewExecutionStepExecutionWithDefaults() *ExecutionStepExecution
NewExecutionStepExecutionWithDefaults instantiates a new ExecutionStepExecution 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 *ExecutionStepExecution) GetEndTime() string
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecutionStepExecution) SetEndTime(v string)
SetEndTime sets EndTime field to given value.
func (o *ExecutionStepExecution) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecutionStepExecution) SetId(v string)
SetId sets Id field to given value.
func (o *ExecutionStepExecution) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetInput() map[string]interface{}
GetInput returns the Input field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetInputOk() (*map[string]interface{}, bool)
GetInputOk returns a tuple with the Input field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecutionStepExecution) SetInput(v map[string]interface{})
SetInput sets Input field to given value.
func (o *ExecutionStepExecution) HasInput() bool
HasInput returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) 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 *ExecutionStepExecution) SetName(v string)
SetName sets Name field to given value.
func (o *ExecutionStepExecution) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetNextStepAction() ModconfigNextStepAction
GetNextStepAction returns the NextStepAction field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetNextStepActionOk() (*ModconfigNextStepAction, bool)
GetNextStepActionOk returns a tuple with the NextStepAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecutionStepExecution) SetNextStepAction(v ModconfigNextStepAction)
SetNextStepAction sets NextStepAction field to given value.
func (o *ExecutionStepExecution) HasNextStepAction() bool
HasNextStepAction returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetOutput() ExecutionStepExecutionOutput
GetOutput returns the Output field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetOutputOk() (*ExecutionStepExecutionOutput, bool)
GetOutputOk returns a tuple with the Output field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecutionStepExecution) SetOutput(v ExecutionStepExecutionOutput)
SetOutput sets Output field to given value.
func (o *ExecutionStepExecution) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetPipelineExecutionId() string
GetPipelineExecutionId returns the PipelineExecutionId field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) 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 *ExecutionStepExecution) SetPipelineExecutionId(v string)
SetPipelineExecutionId sets PipelineExecutionId field to given value.
func (o *ExecutionStepExecution) HasPipelineExecutionId() bool
HasPipelineExecutionId returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetStartTime() string
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecutionStepExecution) SetStartTime(v string)
SetStartTime sets StartTime field to given value.
func (o *ExecutionStepExecution) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetStatusOk() (*string, 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 *ExecutionStepExecution) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ExecutionStepExecution) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetStepForEach() ExecutionStepExecutionStepForEach
GetStepForEach returns the StepForEach field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetStepForEachOk() (*ExecutionStepExecutionStepForEach, bool)
GetStepForEachOk returns a tuple with the StepForEach field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecutionStepExecution) SetStepForEach(v ExecutionStepExecutionStepForEach)
SetStepForEach sets StepForEach field to given value.
func (o *ExecutionStepExecution) HasStepForEach() bool
HasStepForEach returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetStepLoop() ModconfigStepLoop
GetStepLoop returns the StepLoop field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetStepLoopOk() (*ModconfigStepLoop, bool)
GetStepLoopOk returns a tuple with the StepLoop field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecutionStepExecution) SetStepLoop(v ModconfigStepLoop)
SetStepLoop sets StepLoop field to given value.
func (o *ExecutionStepExecution) HasStepLoop() bool
HasStepLoop returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetStepOutput() map[string]interface{}
GetStepOutput returns the StepOutput field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetStepOutputOk() (*map[string]interface{}, bool)
GetStepOutputOk returns a tuple with the StepOutput field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecutionStepExecution) SetStepOutput(v map[string]interface{})
SetStepOutput sets StepOutput field to given value.
func (o *ExecutionStepExecution) HasStepOutput() bool
HasStepOutput returns a boolean if a field has been set.
func (o *ExecutionStepExecution) GetStepRetry() ModconfigStepRetry
GetStepRetry returns the StepRetry field if non-nil, zero value otherwise.
func (o *ExecutionStepExecution) GetStepRetryOk() (*ModconfigStepRetry, bool)
GetStepRetryOk returns a tuple with the StepRetry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExecutionStepExecution) SetStepRetry(v ModconfigStepRetry)
SetStepRetry sets StepRetry field to given value.
func (o *ExecutionStepExecution) HasStepRetry() bool
HasStepRetry returns a boolean if a field has been set.