| Name | Type | Description | Notes |
|---|---|---|---|
| Authors | Pointer to []BookshelfAuthorResource | [optional] | |
| MonitoringOptions | Pointer to MonitoringOptions | [optional] | |
| MonitorNewItems | Pointer to NewItemMonitorTypes | [optional] |
func NewBookshelfResource() *BookshelfResource
NewBookshelfResource instantiates a new BookshelfResource 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 NewBookshelfResourceWithDefaults() *BookshelfResource
NewBookshelfResourceWithDefaults instantiates a new BookshelfResource 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 *BookshelfResource) GetAuthors() []BookshelfAuthorResource
GetAuthors returns the Authors field if non-nil, zero value otherwise.
func (o *BookshelfResource) GetAuthorsOk() (*[]BookshelfAuthorResource, bool)
GetAuthorsOk returns a tuple with the Authors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookshelfResource) SetAuthors(v []BookshelfAuthorResource)
SetAuthors sets Authors field to given value.
func (o *BookshelfResource) HasAuthors() bool
HasAuthors returns a boolean if a field has been set.
func (o *BookshelfResource) SetAuthorsNil(b bool)
SetAuthorsNil sets the value for Authors to be an explicit nil
func (o *BookshelfResource) UnsetAuthors()
UnsetAuthors ensures that no value is present for Authors, not even an explicit nil
func (o *BookshelfResource) GetMonitoringOptions() MonitoringOptions
GetMonitoringOptions returns the MonitoringOptions field if non-nil, zero value otherwise.
func (o *BookshelfResource) GetMonitoringOptionsOk() (*MonitoringOptions, bool)
GetMonitoringOptionsOk returns a tuple with the MonitoringOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookshelfResource) SetMonitoringOptions(v MonitoringOptions)
SetMonitoringOptions sets MonitoringOptions field to given value.
func (o *BookshelfResource) HasMonitoringOptions() bool
HasMonitoringOptions returns a boolean if a field has been set.
func (o *BookshelfResource) GetMonitorNewItems() NewItemMonitorTypes
GetMonitorNewItems returns the MonitorNewItems field if non-nil, zero value otherwise.
func (o *BookshelfResource) GetMonitorNewItemsOk() (*NewItemMonitorTypes, bool)
GetMonitorNewItemsOk returns a tuple with the MonitorNewItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookshelfResource) SetMonitorNewItems(v NewItemMonitorTypes)
SetMonitorNewItems sets MonitorNewItems field to given value.
func (o *BookshelfResource) HasMonitorNewItems() bool
HasMonitorNewItems returns a boolean if a field has been set.