| Name | Type | Description | Notes |
|---|---|---|---|
| AddType | Pointer to AlbumAddType | [optional] | |
| SearchForNewAlbum | Pointer to bool | [optional] |
func NewAddAlbumOptions() *AddAlbumOptions
NewAddAlbumOptions instantiates a new AddAlbumOptions 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 NewAddAlbumOptionsWithDefaults() *AddAlbumOptions
NewAddAlbumOptionsWithDefaults instantiates a new AddAlbumOptions 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 *AddAlbumOptions) GetAddType() AlbumAddType
GetAddType returns the AddType field if non-nil, zero value otherwise.
func (o *AddAlbumOptions) GetAddTypeOk() (*AlbumAddType, 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 *AddAlbumOptions) SetAddType(v AlbumAddType)
SetAddType sets AddType field to given value.
func (o *AddAlbumOptions) HasAddType() bool
HasAddType returns a boolean if a field has been set.
func (o *AddAlbumOptions) GetSearchForNewAlbum() bool
GetSearchForNewAlbum returns the SearchForNewAlbum field if non-nil, zero value otherwise.
func (o *AddAlbumOptions) GetSearchForNewAlbumOk() (*bool, bool)
GetSearchForNewAlbumOk returns a tuple with the SearchForNewAlbum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddAlbumOptions) SetSearchForNewAlbum(v bool)
SetSearchForNewAlbum sets SearchForNewAlbum field to given value.
func (o *AddAlbumOptions) HasSearchForNewAlbum() bool
HasSearchForNewAlbum returns a boolean if a field has been set.