Name | Type | Description | Notes |
---|---|---|---|
Index | int32 | ||
Input | Pointer to map[string]interface{} | [optional] | |
LoopCompleted | Pointer to bool | [optional] |
func NewModconfigStepLoop(index int32, ) *ModconfigStepLoop
NewModconfigStepLoop instantiates a new ModconfigStepLoop 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 NewModconfigStepLoopWithDefaults() *ModconfigStepLoop
NewModconfigStepLoopWithDefaults instantiates a new ModconfigStepLoop 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 *ModconfigStepLoop) GetIndex() int32
GetIndex returns the Index field if non-nil, zero value otherwise.
func (o *ModconfigStepLoop) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigStepLoop) SetIndex(v int32)
SetIndex sets Index field to given value.
func (o *ModconfigStepLoop) GetInput() map[string]interface{}
GetInput returns the Input field if non-nil, zero value otherwise.
func (o *ModconfigStepLoop) 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 *ModconfigStepLoop) SetInput(v map[string]interface{})
SetInput sets Input field to given value.
func (o *ModconfigStepLoop) HasInput() bool
HasInput returns a boolean if a field has been set.
func (o *ModconfigStepLoop) GetLoopCompleted() bool
GetLoopCompleted returns the LoopCompleted field if non-nil, zero value otherwise.
func (o *ModconfigStepLoop) GetLoopCompletedOk() (*bool, bool)
GetLoopCompletedOk returns a tuple with the LoopCompleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModconfigStepLoop) SetLoopCompleted(v bool)
SetLoopCompleted sets LoopCompleted field to given value.
func (o *ModconfigStepLoop) HasLoopCompleted() bool
HasLoopCompleted returns a boolean if a field has been set.