Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.64 KB

File metadata and controls

92 lines (51 loc) · 2.64 KB

BooksMonitoredResource

Properties

Name Type Description Notes
BookIds Pointer to []int32 [optional]
Monitored Pointer to bool [optional]

Methods

NewBooksMonitoredResource

func NewBooksMonitoredResource() *BooksMonitoredResource

NewBooksMonitoredResource instantiates a new BooksMonitoredResource 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

NewBooksMonitoredResourceWithDefaults

func NewBooksMonitoredResourceWithDefaults() *BooksMonitoredResource

NewBooksMonitoredResourceWithDefaults instantiates a new BooksMonitoredResource 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

GetBookIds

func (o *BooksMonitoredResource) GetBookIds() []int32

GetBookIds returns the BookIds field if non-nil, zero value otherwise.

GetBookIdsOk

func (o *BooksMonitoredResource) GetBookIdsOk() (*[]int32, bool)

GetBookIdsOk returns a tuple with the BookIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBookIds

func (o *BooksMonitoredResource) SetBookIds(v []int32)

SetBookIds sets BookIds field to given value.

HasBookIds

func (o *BooksMonitoredResource) HasBookIds() bool

HasBookIds returns a boolean if a field has been set.

SetBookIdsNil

func (o *BooksMonitoredResource) SetBookIdsNil(b bool)

SetBookIdsNil sets the value for BookIds to be an explicit nil

UnsetBookIds

func (o *BooksMonitoredResource) UnsetBookIds()

UnsetBookIds ensures that no value is present for BookIds, not even an explicit nil

GetMonitored

func (o *BooksMonitoredResource) GetMonitored() bool

GetMonitored returns the Monitored field if non-nil, zero value otherwise.

GetMonitoredOk

func (o *BooksMonitoredResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMonitored

func (o *BooksMonitoredResource) SetMonitored(v bool)

SetMonitored sets Monitored field to given value.

HasMonitored

func (o *BooksMonitoredResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

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