| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Data | |||
| Delay | Pointer to int32 | Delay in seconds before processing | [optional] |
func NewQueueEnqueueRequest(type_ string, data map[string]interface{}, ) *QueueEnqueueRequest
NewQueueEnqueueRequest instantiates a new QueueEnqueueRequest 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 NewQueueEnqueueRequestWithDefaults() *QueueEnqueueRequest
NewQueueEnqueueRequestWithDefaults instantiates a new QueueEnqueueRequest 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 *QueueEnqueueRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *QueueEnqueueRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueEnqueueRequest) SetType(v string)
SetType sets Type field to given value.
func (o *QueueEnqueueRequest) GetData() map[string]interface{}
GetData returns the Data field if non-nil, zero value otherwise.
func (o *QueueEnqueueRequest) GetDataOk() (*map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueEnqueueRequest) SetData(v map[string]interface{})
SetData sets Data field to given value.
func (o *QueueEnqueueRequest) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *QueueEnqueueRequest) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil
func (o *QueueEnqueueRequest) GetDelay() int32
GetDelay returns the Delay field if non-nil, zero value otherwise.
func (o *QueueEnqueueRequest) GetDelayOk() (*int32, bool)
GetDelayOk returns a tuple with the Delay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueEnqueueRequest) SetDelay(v int32)
SetDelay sets Delay field to given value.
func (o *QueueEnqueueRequest) HasDelay() bool
HasDelay returns a boolean if a field has been set.