Name | Type | Description | Notes |
---|---|---|---|
MessagesPerSecond | Pointer to int32 | [optional] | |
Mode | Pointer to string | [optional] |
func NewTaskRunningOptions() *TaskRunningOptions
NewTaskRunningOptions instantiates a new TaskRunningOptions 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 NewTaskRunningOptionsWithDefaults() *TaskRunningOptions
NewTaskRunningOptionsWithDefaults instantiates a new TaskRunningOptions 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 *TaskRunningOptions) GetMessagesPerSecond() int32
GetMessagesPerSecond returns the MessagesPerSecond field if non-nil, zero value otherwise.
func (o *TaskRunningOptions) GetMessagesPerSecondOk() (*int32, bool)
GetMessagesPerSecondOk returns a tuple with the MessagesPerSecond field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskRunningOptions) SetMessagesPerSecond(v int32)
SetMessagesPerSecond sets MessagesPerSecond field to given value.
func (o *TaskRunningOptions) HasMessagesPerSecond() bool
HasMessagesPerSecond returns a boolean if a field has been set.
func (o *TaskRunningOptions) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *TaskRunningOptions) GetModeOk() (*string, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TaskRunningOptions) SetMode(v string)
SetMode sets Mode field to given value.
func (o *TaskRunningOptions) HasMode() bool
HasMode returns a boolean if a field has been set.