| Name | Type | Description | Notes |
|---|---|---|---|
| AddType | Pointer to BookAddType | [optional] | |
| SearchForNewBook | Pointer to bool | [optional] |
func NewAddBookOptions() *AddBookOptions
NewAddBookOptions instantiates a new AddBookOptions 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 NewAddBookOptionsWithDefaults() *AddBookOptions
NewAddBookOptionsWithDefaults instantiates a new AddBookOptions 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 *AddBookOptions) GetAddType() BookAddType
GetAddType returns the AddType field if non-nil, zero value otherwise.
func (o *AddBookOptions) GetAddTypeOk() (*BookAddType, bool)
GetAddTypeOk returns a tuple with the AddType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddBookOptions) SetAddType(v BookAddType)
SetAddType sets AddType field to given value.
func (o *AddBookOptions) HasAddType() bool
HasAddType returns a boolean if a field has been set.
func (o *AddBookOptions) GetSearchForNewBook() bool
GetSearchForNewBook returns the SearchForNewBook field if non-nil, zero value otherwise.
func (o *AddBookOptions) GetSearchForNewBookOk() (*bool, bool)
GetSearchForNewBookOk returns a tuple with the SearchForNewBook field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddBookOptions) SetSearchForNewBook(v bool)
SetSearchForNewBook sets SearchForNewBook field to given value.
func (o *AddBookOptions) HasSearchForNewBook() bool
HasSearchForNewBook returns a boolean if a field has been set.