Name | Type | Description | Notes |
---|---|---|---|
WaitingType | CommandWaitingType | ||
TimerCommands | Pointer to []TimerCommand | [optional] | |
LocalQueueCommands | Pointer to []LocalQueueCommand | [optional] |
func NewCommandRequest(waitingType CommandWaitingType, ) *CommandRequest
NewCommandRequest instantiates a new CommandRequest 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 NewCommandRequestWithDefaults() *CommandRequest
NewCommandRequestWithDefaults instantiates a new CommandRequest 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 *CommandRequest) GetWaitingType() CommandWaitingType
GetWaitingType returns the WaitingType field if non-nil, zero value otherwise.
func (o *CommandRequest) GetWaitingTypeOk() (*CommandWaitingType, bool)
GetWaitingTypeOk returns a tuple with the WaitingType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandRequest) SetWaitingType(v CommandWaitingType)
SetWaitingType sets WaitingType field to given value.
func (o *CommandRequest) GetTimerCommands() []TimerCommand
GetTimerCommands returns the TimerCommands field if non-nil, zero value otherwise.
func (o *CommandRequest) GetTimerCommandsOk() (*[]TimerCommand, bool)
GetTimerCommandsOk returns a tuple with the TimerCommands field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandRequest) SetTimerCommands(v []TimerCommand)
SetTimerCommands sets TimerCommands field to given value.
func (o *CommandRequest) HasTimerCommands() bool
HasTimerCommands returns a boolean if a field has been set.
func (o *CommandRequest) GetLocalQueueCommands() []LocalQueueCommand
GetLocalQueueCommands returns the LocalQueueCommands field if non-nil, zero value otherwise.
func (o *CommandRequest) GetLocalQueueCommandsOk() (*[]LocalQueueCommand, bool)
GetLocalQueueCommandsOk returns a tuple with the LocalQueueCommands field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommandRequest) SetLocalQueueCommands(v []LocalQueueCommand)
SetLocalQueueCommands sets LocalQueueCommands field to given value.
func (o *CommandRequest) HasLocalQueueCommands() bool
HasLocalQueueCommands returns a boolean if a field has been set.