| Name | Type | Description | Notes |
|---|---|---|---|
| Locale | Pointer to string | [optional] | |
| Region | Pointer to string | [optional] | |
| OriginalLanguage | Pointer to string | [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) 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) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *UserSettings) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSettings) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *UserSettings) HasRegion() bool
HasRegion returns a boolean if a field has been set.
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.