Name | Type | Description | Notes |
---|---|---|---|
BroadcastQueueNameA | Pointer to string | [optional] | |
MqType | Pointer to string | [optional] | |
QueueName | Pointer to string | [optional] | |
QueueUrl | Pointer to string | [optional] |
func NewGatewayMessageQueueInfo() *GatewayMessageQueueInfo
NewGatewayMessageQueueInfo instantiates a new GatewayMessageQueueInfo 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 NewGatewayMessageQueueInfoWithDefaults() *GatewayMessageQueueInfo
NewGatewayMessageQueueInfoWithDefaults instantiates a new GatewayMessageQueueInfo 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 *GatewayMessageQueueInfo) GetBroadcastQueueNameA() string
GetBroadcastQueueNameA returns the BroadcastQueueNameA field if non-nil, zero value otherwise.
func (o *GatewayMessageQueueInfo) GetBroadcastQueueNameAOk() (*string, bool)
GetBroadcastQueueNameAOk returns a tuple with the BroadcastQueueNameA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMessageQueueInfo) SetBroadcastQueueNameA(v string)
SetBroadcastQueueNameA sets BroadcastQueueNameA field to given value.
func (o *GatewayMessageQueueInfo) HasBroadcastQueueNameA() bool
HasBroadcastQueueNameA returns a boolean if a field has been set.
func (o *GatewayMessageQueueInfo) GetMqType() string
GetMqType returns the MqType field if non-nil, zero value otherwise.
func (o *GatewayMessageQueueInfo) GetMqTypeOk() (*string, bool)
GetMqTypeOk returns a tuple with the MqType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMessageQueueInfo) SetMqType(v string)
SetMqType sets MqType field to given value.
func (o *GatewayMessageQueueInfo) HasMqType() bool
HasMqType returns a boolean if a field has been set.
func (o *GatewayMessageQueueInfo) GetQueueName() string
GetQueueName returns the QueueName field if non-nil, zero value otherwise.
func (o *GatewayMessageQueueInfo) GetQueueNameOk() (*string, bool)
GetQueueNameOk returns a tuple with the QueueName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMessageQueueInfo) SetQueueName(v string)
SetQueueName sets QueueName field to given value.
func (o *GatewayMessageQueueInfo) HasQueueName() bool
HasQueueName returns a boolean if a field has been set.
func (o *GatewayMessageQueueInfo) GetQueueUrl() string
GetQueueUrl returns the QueueUrl field if non-nil, zero value otherwise.
func (o *GatewayMessageQueueInfo) GetQueueUrlOk() (*string, bool)
GetQueueUrlOk returns a tuple with the QueueUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMessageQueueInfo) SetQueueUrl(v string)
SetQueueUrl sets QueueUrl field to given value.
func (o *GatewayMessageQueueInfo) HasQueueUrl() bool
HasQueueUrl returns a boolean if a field has been set.