| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| TotalCount | Pointer to int32 | [optional] | |
| Count | Pointer to int32 | [optional] | |
| UnknownCount | Pointer to int32 | [optional] | |
| Errors | Pointer to bool | [optional] | |
| Warnings | Pointer to bool | [optional] | |
| UnknownErrors | Pointer to bool | [optional] | |
| UnknownWarnings | Pointer to bool | [optional] |
func NewQueueStatusResource() *QueueStatusResource
NewQueueStatusResource instantiates a new QueueStatusResource 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 NewQueueStatusResourceWithDefaults() *QueueStatusResource
NewQueueStatusResourceWithDefaults instantiates a new QueueStatusResource 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 *QueueStatusResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *QueueStatusResource) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueStatusResource) SetId(v int32)
SetId sets Id field to given value.
func (o *QueueStatusResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *QueueStatusResource) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *QueueStatusResource) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueStatusResource) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.
func (o *QueueStatusResource) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (o *QueueStatusResource) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *QueueStatusResource) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueStatusResource) SetCount(v int32)
SetCount sets Count field to given value.
func (o *QueueStatusResource) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *QueueStatusResource) GetUnknownCount() int32
GetUnknownCount returns the UnknownCount field if non-nil, zero value otherwise.
func (o *QueueStatusResource) GetUnknownCountOk() (*int32, bool)
GetUnknownCountOk returns a tuple with the UnknownCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueStatusResource) SetUnknownCount(v int32)
SetUnknownCount sets UnknownCount field to given value.
func (o *QueueStatusResource) HasUnknownCount() bool
HasUnknownCount returns a boolean if a field has been set.
func (o *QueueStatusResource) GetErrors() bool
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *QueueStatusResource) GetErrorsOk() (*bool, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueStatusResource) SetErrors(v bool)
SetErrors sets Errors field to given value.
func (o *QueueStatusResource) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *QueueStatusResource) GetWarnings() bool
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *QueueStatusResource) GetWarningsOk() (*bool, bool)
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueStatusResource) SetWarnings(v bool)
SetWarnings sets Warnings field to given value.
func (o *QueueStatusResource) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.
func (o *QueueStatusResource) GetUnknownErrors() bool
GetUnknownErrors returns the UnknownErrors field if non-nil, zero value otherwise.
func (o *QueueStatusResource) GetUnknownErrorsOk() (*bool, bool)
GetUnknownErrorsOk returns a tuple with the UnknownErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueStatusResource) SetUnknownErrors(v bool)
SetUnknownErrors sets UnknownErrors field to given value.
func (o *QueueStatusResource) HasUnknownErrors() bool
HasUnknownErrors returns a boolean if a field has been set.
func (o *QueueStatusResource) GetUnknownWarnings() bool
GetUnknownWarnings returns the UnknownWarnings field if non-nil, zero value otherwise.
func (o *QueueStatusResource) GetUnknownWarningsOk() (*bool, bool)
GetUnknownWarningsOk returns a tuple with the UnknownWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueueStatusResource) SetUnknownWarnings(v bool)
SetUnknownWarnings sets UnknownWarnings field to given value.
func (o *QueueStatusResource) HasUnknownWarnings() bool
HasUnknownWarnings returns a boolean if a field has been set.