Name | Type | Description | Notes |
---|---|---|---|
Args | Pointer to map[string]interface{} | [optional] | |
ArgsString | Pointer to map[string]string | [optional] | |
Command | string | ||
ExecutionId | Pointer to string | Sepcify execution id, if not specified, a new execution id will be created | [optional] |
ExecutionMode | Pointer to string | [optional] | |
WaitRetry | Pointer to int32 | [optional] |
func NewCmdTrigger(command string, ) *CmdTrigger
NewCmdTrigger instantiates a new CmdTrigger 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 NewCmdTriggerWithDefaults() *CmdTrigger
NewCmdTriggerWithDefaults instantiates a new CmdTrigger 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 *CmdTrigger) GetArgs() map[string]interface{}
GetArgs returns the Args field if non-nil, zero value otherwise.
func (o *CmdTrigger) GetArgsOk() (*map[string]interface{}, bool)
GetArgsOk returns a tuple with the Args field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CmdTrigger) SetArgs(v map[string]interface{})
SetArgs sets Args field to given value.
func (o *CmdTrigger) HasArgs() bool
HasArgs returns a boolean if a field has been set.
func (o *CmdTrigger) GetArgsString() map[string]string
GetArgsString returns the ArgsString field if non-nil, zero value otherwise.
func (o *CmdTrigger) GetArgsStringOk() (*map[string]string, bool)
GetArgsStringOk returns a tuple with the ArgsString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CmdTrigger) SetArgsString(v map[string]string)
SetArgsString sets ArgsString field to given value.
func (o *CmdTrigger) HasArgsString() bool
HasArgsString returns a boolean if a field has been set.
func (o *CmdTrigger) GetCommand() string
GetCommand returns the Command field if non-nil, zero value otherwise.
func (o *CmdTrigger) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CmdTrigger) SetCommand(v string)
SetCommand sets Command field to given value.
func (o *CmdTrigger) GetExecutionId() string
GetExecutionId returns the ExecutionId field if non-nil, zero value otherwise.
func (o *CmdTrigger) GetExecutionIdOk() (*string, bool)
GetExecutionIdOk returns a tuple with the ExecutionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CmdTrigger) SetExecutionId(v string)
SetExecutionId sets ExecutionId field to given value.
func (o *CmdTrigger) HasExecutionId() bool
HasExecutionId returns a boolean if a field has been set.
func (o *CmdTrigger) GetExecutionMode() string
GetExecutionMode returns the ExecutionMode field if non-nil, zero value otherwise.
func (o *CmdTrigger) GetExecutionModeOk() (*string, bool)
GetExecutionModeOk returns a tuple with the ExecutionMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CmdTrigger) SetExecutionMode(v string)
SetExecutionMode sets ExecutionMode field to given value.
func (o *CmdTrigger) HasExecutionMode() bool
HasExecutionMode returns a boolean if a field has been set.
func (o *CmdTrigger) GetWaitRetry() int32
GetWaitRetry returns the WaitRetry field if non-nil, zero value otherwise.
func (o *CmdTrigger) GetWaitRetryOk() (*int32, bool)
GetWaitRetryOk returns a tuple with the WaitRetry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CmdTrigger) SetWaitRetry(v int32)
SetWaitRetry sets WaitRetry field to given value.
func (o *CmdTrigger) HasWaitRetry() bool
HasWaitRetry returns a boolean if a field has been set.