Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.48 KB

AccountPreferencesV1.md

File metadata and controls

160 lines (87 loc) · 4.48 KB

AccountPreferencesV1

Properties

Name Type Description Notes
Language Pointer to string [optional]
DateFormat Pointer to string [optional]
Region Pointer to string [optional]
Timezone Pointer to string [optional]
DisableRelativeDates Pointer to bool [optional]

Methods

NewAccountPreferencesV1

func NewAccountPreferencesV1() *AccountPreferencesV1

NewAccountPreferencesV1 instantiates a new AccountPreferencesV1 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

NewAccountPreferencesV1WithDefaults

func NewAccountPreferencesV1WithDefaults() *AccountPreferencesV1

NewAccountPreferencesV1WithDefaults instantiates a new AccountPreferencesV1 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

GetLanguage

func (o *AccountPreferencesV1) GetLanguage() string

GetLanguage returns the Language field if non-nil, zero value otherwise.

GetLanguageOk

func (o *AccountPreferencesV1) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLanguage

func (o *AccountPreferencesV1) SetLanguage(v string)

SetLanguage sets Language field to given value.

HasLanguage

func (o *AccountPreferencesV1) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

GetDateFormat

func (o *AccountPreferencesV1) GetDateFormat() string

GetDateFormat returns the DateFormat field if non-nil, zero value otherwise.

GetDateFormatOk

func (o *AccountPreferencesV1) GetDateFormatOk() (*string, bool)

GetDateFormatOk returns a tuple with the DateFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDateFormat

func (o *AccountPreferencesV1) SetDateFormat(v string)

SetDateFormat sets DateFormat field to given value.

HasDateFormat

func (o *AccountPreferencesV1) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

GetRegion

func (o *AccountPreferencesV1) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

func (o *AccountPreferencesV1) 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.

SetRegion

func (o *AccountPreferencesV1) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *AccountPreferencesV1) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetTimezone

func (o *AccountPreferencesV1) GetTimezone() string

GetTimezone returns the Timezone field if non-nil, zero value otherwise.

GetTimezoneOk

func (o *AccountPreferencesV1) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTimezone

func (o *AccountPreferencesV1) SetTimezone(v string)

SetTimezone sets Timezone field to given value.

HasTimezone

func (o *AccountPreferencesV1) HasTimezone() bool

HasTimezone returns a boolean if a field has been set.

GetDisableRelativeDates

func (o *AccountPreferencesV1) GetDisableRelativeDates() bool

GetDisableRelativeDates returns the DisableRelativeDates field if non-nil, zero value otherwise.

GetDisableRelativeDatesOk

func (o *AccountPreferencesV1) GetDisableRelativeDatesOk() (*bool, bool)

GetDisableRelativeDatesOk returns a tuple with the DisableRelativeDates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisableRelativeDates

func (o *AccountPreferencesV1) SetDisableRelativeDates(v bool)

SetDisableRelativeDates sets DisableRelativeDates field to given value.

HasDisableRelativeDates

func (o *AccountPreferencesV1) HasDisableRelativeDates() bool

HasDisableRelativeDates returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]