Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.3 KB

File metadata and controls

238 lines (129 loc) · 6.3 KB

QueueStatusResource

Properties

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]

Methods

NewQueueStatusResource

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

NewQueueStatusResourceWithDefaults

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

GetId

func (o *QueueStatusResource) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *QueueStatusResource) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *QueueStatusResource) HasId() bool

HasId returns a boolean if a field has been set.

GetTotalCount

func (o *QueueStatusResource) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

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.

SetTotalCount

func (o *QueueStatusResource) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

HasTotalCount

func (o *QueueStatusResource) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

GetCount

func (o *QueueStatusResource) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

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.

SetCount

func (o *QueueStatusResource) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *QueueStatusResource) HasCount() bool

HasCount returns a boolean if a field has been set.

GetUnknownCount

func (o *QueueStatusResource) GetUnknownCount() int32

GetUnknownCount returns the UnknownCount field if non-nil, zero value otherwise.

GetUnknownCountOk

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.

SetUnknownCount

func (o *QueueStatusResource) SetUnknownCount(v int32)

SetUnknownCount sets UnknownCount field to given value.

HasUnknownCount

func (o *QueueStatusResource) HasUnknownCount() bool

HasUnknownCount returns a boolean if a field has been set.

GetErrors

func (o *QueueStatusResource) GetErrors() bool

GetErrors returns the Errors field if non-nil, zero value otherwise.

GetErrorsOk

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.

SetErrors

func (o *QueueStatusResource) SetErrors(v bool)

SetErrors sets Errors field to given value.

HasErrors

func (o *QueueStatusResource) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetWarnings

func (o *QueueStatusResource) GetWarnings() bool

GetWarnings returns the Warnings field if non-nil, zero value otherwise.

GetWarningsOk

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.

SetWarnings

func (o *QueueStatusResource) SetWarnings(v bool)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *QueueStatusResource) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

GetUnknownErrors

func (o *QueueStatusResource) GetUnknownErrors() bool

GetUnknownErrors returns the UnknownErrors field if non-nil, zero value otherwise.

GetUnknownErrorsOk

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.

SetUnknownErrors

func (o *QueueStatusResource) SetUnknownErrors(v bool)

SetUnknownErrors sets UnknownErrors field to given value.

HasUnknownErrors

func (o *QueueStatusResource) HasUnknownErrors() bool

HasUnknownErrors returns a boolean if a field has been set.

GetUnknownWarnings

func (o *QueueStatusResource) GetUnknownWarnings() bool

GetUnknownWarnings returns the UnknownWarnings field if non-nil, zero value otherwise.

GetUnknownWarningsOk

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.

SetUnknownWarnings

func (o *QueueStatusResource) SetUnknownWarnings(v bool)

SetUnknownWarnings sets UnknownWarnings field to given value.

HasUnknownWarnings

func (o *QueueStatusResource) HasUnknownWarnings() bool

HasUnknownWarnings returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]