Name | Type | Description | Notes |
---|---|---|---|
QueueName | Pointer to string | [optional] | |
PendingMessageCount | Pointer to int64 | [optional] |
func NewQueueStatus() *QueueStatus
NewQueueStatus instantiates a new QueueStatus 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 NewQueueStatusWithDefaults() *QueueStatus
NewQueueStatusWithDefaults instantiates a new QueueStatus 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 *QueueStatus) GetQueueName() string
GetQueueName returns the QueueName field if non-nil, zero value otherwise.
func (o *QueueStatus) 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 *QueueStatus) SetQueueName(v string)
SetQueueName sets QueueName field to given value.
func (o *QueueStatus) HasQueueName() bool
HasQueueName returns a boolean if a field has been set.
func (o *QueueStatus) GetPendingMessageCount() int64
GetPendingMessageCount returns the PendingMessageCount field if non-nil, zero value otherwise.
func (o *QueueStatus) GetPendingMessageCountOk() (*int64, bool)
GetPendingMessageCountOk returns a tuple with the PendingMessageCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueStatus) SetPendingMessageCount(v int64)
SetPendingMessageCount sets PendingMessageCount field to given value.
func (o *QueueStatus) HasPendingMessageCount() bool
HasPendingMessageCount returns a boolean if a field has been set.