| Name | Type | Description | Notes |
|---|---|---|---|
| Username | Pointer to NullableString | [optional] | |
| Pointer to string | [optional] | ||
| Locale | Pointer to NullableString | [optional] | |
| DiscoverRegion | Pointer to NullableString | [optional] | |
| StreamingRegion | Pointer to NullableString | [optional] | |
| OriginalLanguage | Pointer to NullableString | [optional] | |
| MovieQuotaLimit | Pointer to NullableFloat32 | Maximum number of movie requests allowed | [optional] |
| MovieQuotaDays | Pointer to NullableFloat32 | Time period in days for movie quota | [optional] |
| TvQuotaLimit | Pointer to NullableFloat32 | Maximum number of TV requests allowed | [optional] |
| TvQuotaDays | Pointer to NullableFloat32 | Time period in days for TV quota | [optional] |
| GlobalMovieQuotaDays | Pointer to NullableFloat32 | Global movie quota days setting | [optional] |
| GlobalMovieQuotaLimit | Pointer to NullableFloat32 | Global movie quota limit setting | [optional] |
| GlobalTvQuotaLimit | Pointer to NullableFloat32 | Global TV quota limit setting | [optional] |
| GlobalTvQuotaDays | Pointer to NullableFloat32 | Global TV quota days setting | [optional] |
| WatchlistSyncMovies | Pointer to NullableBool | Enable watchlist sync for movies | [optional] |
| WatchlistSyncTv | Pointer to NullableBool | Enable watchlist sync for TV | [optional] |
func NewUserSettings() *UserSettings
NewUserSettings instantiates a new UserSettings 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 NewUserSettingsWithDefaults() *UserSettings
NewUserSettingsWithDefaults instantiates a new UserSettings 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 *UserSettings) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *UserSettings) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *UserSettings) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *UserSettings) SetUsernameNil(b bool)
SetUsernameNil sets the value for Username to be an explicit nil
func (o *UserSettings) UnsetUsername()
UnsetUsername ensures that no value is present for Username, not even an explicit nil
func (o *UserSettings) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *UserSettings) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *UserSettings) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *UserSettings) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *UserSettings) GetLocaleOk() (*string, bool)
GetLocaleOk returns a tuple with the Locale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *UserSettings) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *UserSettings) SetLocaleNil(b bool)
SetLocaleNil sets the value for Locale to be an explicit nil
func (o *UserSettings) UnsetLocale()
UnsetLocale ensures that no value is present for Locale, not even an explicit nil
func (o *UserSettings) GetDiscoverRegion() string
GetDiscoverRegion returns the DiscoverRegion field if non-nil, zero value otherwise.
func (o *UserSettings) GetDiscoverRegionOk() (*string, bool)
GetDiscoverRegionOk returns a tuple with the DiscoverRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetDiscoverRegion(v string)
SetDiscoverRegion sets DiscoverRegion field to given value.
func (o *UserSettings) HasDiscoverRegion() bool
HasDiscoverRegion returns a boolean if a field has been set.
func (o *UserSettings) SetDiscoverRegionNil(b bool)
SetDiscoverRegionNil sets the value for DiscoverRegion to be an explicit nil
func (o *UserSettings) UnsetDiscoverRegion()
UnsetDiscoverRegion ensures that no value is present for DiscoverRegion, not even an explicit nil
func (o *UserSettings) GetStreamingRegion() string
GetStreamingRegion returns the StreamingRegion field if non-nil, zero value otherwise.
func (o *UserSettings) GetStreamingRegionOk() (*string, bool)
GetStreamingRegionOk returns a tuple with the StreamingRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetStreamingRegion(v string)
SetStreamingRegion sets StreamingRegion field to given value.
func (o *UserSettings) HasStreamingRegion() bool
HasStreamingRegion returns a boolean if a field has been set.
func (o *UserSettings) SetStreamingRegionNil(b bool)
SetStreamingRegionNil sets the value for StreamingRegion to be an explicit nil
func (o *UserSettings) UnsetStreamingRegion()
UnsetStreamingRegion ensures that no value is present for StreamingRegion, not even an explicit nil
func (o *UserSettings) GetOriginalLanguage() string
GetOriginalLanguage returns the OriginalLanguage field if non-nil, zero value otherwise.
func (o *UserSettings) GetOriginalLanguageOk() (*string, bool)
GetOriginalLanguageOk returns a tuple with the OriginalLanguage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetOriginalLanguage(v string)
SetOriginalLanguage sets OriginalLanguage field to given value.
func (o *UserSettings) HasOriginalLanguage() bool
HasOriginalLanguage returns a boolean if a field has been set.
func (o *UserSettings) SetOriginalLanguageNil(b bool)
SetOriginalLanguageNil sets the value for OriginalLanguage to be an explicit nil
func (o *UserSettings) UnsetOriginalLanguage()
UnsetOriginalLanguage ensures that no value is present for OriginalLanguage, not even an explicit nil
func (o *UserSettings) GetMovieQuotaLimit() float32
GetMovieQuotaLimit returns the MovieQuotaLimit field if non-nil, zero value otherwise.
func (o *UserSettings) GetMovieQuotaLimitOk() (*float32, bool)
GetMovieQuotaLimitOk returns a tuple with the MovieQuotaLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetMovieQuotaLimit(v float32)
SetMovieQuotaLimit sets MovieQuotaLimit field to given value.
func (o *UserSettings) HasMovieQuotaLimit() bool
HasMovieQuotaLimit returns a boolean if a field has been set.
func (o *UserSettings) SetMovieQuotaLimitNil(b bool)
SetMovieQuotaLimitNil sets the value for MovieQuotaLimit to be an explicit nil
func (o *UserSettings) UnsetMovieQuotaLimit()
UnsetMovieQuotaLimit ensures that no value is present for MovieQuotaLimit, not even an explicit nil
func (o *UserSettings) GetMovieQuotaDays() float32
GetMovieQuotaDays returns the MovieQuotaDays field if non-nil, zero value otherwise.
func (o *UserSettings) GetMovieQuotaDaysOk() (*float32, bool)
GetMovieQuotaDaysOk returns a tuple with the MovieQuotaDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetMovieQuotaDays(v float32)
SetMovieQuotaDays sets MovieQuotaDays field to given value.
func (o *UserSettings) HasMovieQuotaDays() bool
HasMovieQuotaDays returns a boolean if a field has been set.
func (o *UserSettings) SetMovieQuotaDaysNil(b bool)
SetMovieQuotaDaysNil sets the value for MovieQuotaDays to be an explicit nil
func (o *UserSettings) UnsetMovieQuotaDays()
UnsetMovieQuotaDays ensures that no value is present for MovieQuotaDays, not even an explicit nil
func (o *UserSettings) GetTvQuotaLimit() float32
GetTvQuotaLimit returns the TvQuotaLimit field if non-nil, zero value otherwise.
func (o *UserSettings) GetTvQuotaLimitOk() (*float32, bool)
GetTvQuotaLimitOk returns a tuple with the TvQuotaLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetTvQuotaLimit(v float32)
SetTvQuotaLimit sets TvQuotaLimit field to given value.
func (o *UserSettings) HasTvQuotaLimit() bool
HasTvQuotaLimit returns a boolean if a field has been set.
func (o *UserSettings) SetTvQuotaLimitNil(b bool)
SetTvQuotaLimitNil sets the value for TvQuotaLimit to be an explicit nil
func (o *UserSettings) UnsetTvQuotaLimit()
UnsetTvQuotaLimit ensures that no value is present for TvQuotaLimit, not even an explicit nil
func (o *UserSettings) GetTvQuotaDays() float32
GetTvQuotaDays returns the TvQuotaDays field if non-nil, zero value otherwise.
func (o *UserSettings) GetTvQuotaDaysOk() (*float32, bool)
GetTvQuotaDaysOk returns a tuple with the TvQuotaDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetTvQuotaDays(v float32)
SetTvQuotaDays sets TvQuotaDays field to given value.
func (o *UserSettings) HasTvQuotaDays() bool
HasTvQuotaDays returns a boolean if a field has been set.
func (o *UserSettings) SetTvQuotaDaysNil(b bool)
SetTvQuotaDaysNil sets the value for TvQuotaDays to be an explicit nil
func (o *UserSettings) UnsetTvQuotaDays()
UnsetTvQuotaDays ensures that no value is present for TvQuotaDays, not even an explicit nil
func (o *UserSettings) GetGlobalMovieQuotaDays() float32
GetGlobalMovieQuotaDays returns the GlobalMovieQuotaDays field if non-nil, zero value otherwise.
func (o *UserSettings) GetGlobalMovieQuotaDaysOk() (*float32, bool)
GetGlobalMovieQuotaDaysOk returns a tuple with the GlobalMovieQuotaDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetGlobalMovieQuotaDays(v float32)
SetGlobalMovieQuotaDays sets GlobalMovieQuotaDays field to given value.
func (o *UserSettings) HasGlobalMovieQuotaDays() bool
HasGlobalMovieQuotaDays returns a boolean if a field has been set.
func (o *UserSettings) SetGlobalMovieQuotaDaysNil(b bool)
SetGlobalMovieQuotaDaysNil sets the value for GlobalMovieQuotaDays to be an explicit nil
func (o *UserSettings) UnsetGlobalMovieQuotaDays()
UnsetGlobalMovieQuotaDays ensures that no value is present for GlobalMovieQuotaDays, not even an explicit nil
func (o *UserSettings) GetGlobalMovieQuotaLimit() float32
GetGlobalMovieQuotaLimit returns the GlobalMovieQuotaLimit field if non-nil, zero value otherwise.
func (o *UserSettings) GetGlobalMovieQuotaLimitOk() (*float32, bool)
GetGlobalMovieQuotaLimitOk returns a tuple with the GlobalMovieQuotaLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetGlobalMovieQuotaLimit(v float32)
SetGlobalMovieQuotaLimit sets GlobalMovieQuotaLimit field to given value.
func (o *UserSettings) HasGlobalMovieQuotaLimit() bool
HasGlobalMovieQuotaLimit returns a boolean if a field has been set.
func (o *UserSettings) SetGlobalMovieQuotaLimitNil(b bool)
SetGlobalMovieQuotaLimitNil sets the value for GlobalMovieQuotaLimit to be an explicit nil
func (o *UserSettings) UnsetGlobalMovieQuotaLimit()
UnsetGlobalMovieQuotaLimit ensures that no value is present for GlobalMovieQuotaLimit, not even an explicit nil
func (o *UserSettings) GetGlobalTvQuotaLimit() float32
GetGlobalTvQuotaLimit returns the GlobalTvQuotaLimit field if non-nil, zero value otherwise.
func (o *UserSettings) GetGlobalTvQuotaLimitOk() (*float32, bool)
GetGlobalTvQuotaLimitOk returns a tuple with the GlobalTvQuotaLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetGlobalTvQuotaLimit(v float32)
SetGlobalTvQuotaLimit sets GlobalTvQuotaLimit field to given value.
func (o *UserSettings) HasGlobalTvQuotaLimit() bool
HasGlobalTvQuotaLimit returns a boolean if a field has been set.
func (o *UserSettings) SetGlobalTvQuotaLimitNil(b bool)
SetGlobalTvQuotaLimitNil sets the value for GlobalTvQuotaLimit to be an explicit nil
func (o *UserSettings) UnsetGlobalTvQuotaLimit()
UnsetGlobalTvQuotaLimit ensures that no value is present for GlobalTvQuotaLimit, not even an explicit nil
func (o *UserSettings) GetGlobalTvQuotaDays() float32
GetGlobalTvQuotaDays returns the GlobalTvQuotaDays field if non-nil, zero value otherwise.
func (o *UserSettings) GetGlobalTvQuotaDaysOk() (*float32, bool)
GetGlobalTvQuotaDaysOk returns a tuple with the GlobalTvQuotaDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetGlobalTvQuotaDays(v float32)
SetGlobalTvQuotaDays sets GlobalTvQuotaDays field to given value.
func (o *UserSettings) HasGlobalTvQuotaDays() bool
HasGlobalTvQuotaDays returns a boolean if a field has been set.
func (o *UserSettings) SetGlobalTvQuotaDaysNil(b bool)
SetGlobalTvQuotaDaysNil sets the value for GlobalTvQuotaDays to be an explicit nil
func (o *UserSettings) UnsetGlobalTvQuotaDays()
UnsetGlobalTvQuotaDays ensures that no value is present for GlobalTvQuotaDays, not even an explicit nil
func (o *UserSettings) GetWatchlistSyncMovies() bool
GetWatchlistSyncMovies returns the WatchlistSyncMovies field if non-nil, zero value otherwise.
func (o *UserSettings) GetWatchlistSyncMoviesOk() (*bool, bool)
GetWatchlistSyncMoviesOk returns a tuple with the WatchlistSyncMovies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetWatchlistSyncMovies(v bool)
SetWatchlistSyncMovies sets WatchlistSyncMovies field to given value.
func (o *UserSettings) HasWatchlistSyncMovies() bool
HasWatchlistSyncMovies returns a boolean if a field has been set.
func (o *UserSettings) SetWatchlistSyncMoviesNil(b bool)
SetWatchlistSyncMoviesNil sets the value for WatchlistSyncMovies to be an explicit nil
func (o *UserSettings) UnsetWatchlistSyncMovies()
UnsetWatchlistSyncMovies ensures that no value is present for WatchlistSyncMovies, not even an explicit nil
func (o *UserSettings) GetWatchlistSyncTv() bool
GetWatchlistSyncTv returns the WatchlistSyncTv field if non-nil, zero value otherwise.
func (o *UserSettings) GetWatchlistSyncTvOk() (*bool, bool)
GetWatchlistSyncTvOk returns a tuple with the WatchlistSyncTv field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetWatchlistSyncTv(v bool)
SetWatchlistSyncTv sets WatchlistSyncTv field to given value.
func (o *UserSettings) HasWatchlistSyncTv() bool
HasWatchlistSyncTv returns a boolean if a field has been set.
func (o *UserSettings) SetWatchlistSyncTvNil(b bool)
SetWatchlistSyncTvNil sets the value for WatchlistSyncTv to be an explicit nil
func (o *UserSettings) UnsetWatchlistSyncTv()
UnsetWatchlistSyncTv ensures that no value is present for WatchlistSyncTv, not even an explicit nil