| Name | Type | Description | Notes |
|---|---|---|---|
| DefaultTeamId | Pointer to int64 | Default team ID | [optional] |
| FirstName | Pointer to string | First name | [optional] |
| HideExampleBinaries | Pointer to bool | Hide the Examples tab in the analyses listing | [optional] |
| LastName | Pointer to string | Last name | [optional] |
| TimeZone | Pointer to string | IANA time zone | [optional] |
| Username | Pointer to string | Username | [optional] |
func NewUpdateProfileInputBody() *UpdateProfileInputBody
NewUpdateProfileInputBody instantiates a new UpdateProfileInputBody 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 NewUpdateProfileInputBodyWithDefaults() *UpdateProfileInputBody
NewUpdateProfileInputBodyWithDefaults instantiates a new UpdateProfileInputBody 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 *UpdateProfileInputBody) GetDefaultTeamId() int64
GetDefaultTeamId returns the DefaultTeamId field if non-nil, zero value otherwise.
func (o *UpdateProfileInputBody) GetDefaultTeamIdOk() (*int64, bool)
GetDefaultTeamIdOk returns a tuple with the DefaultTeamId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateProfileInputBody) SetDefaultTeamId(v int64)
SetDefaultTeamId sets DefaultTeamId field to given value.
func (o *UpdateProfileInputBody) HasDefaultTeamId() bool
HasDefaultTeamId returns a boolean if a field has been set.
func (o *UpdateProfileInputBody) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *UpdateProfileInputBody) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateProfileInputBody) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *UpdateProfileInputBody) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *UpdateProfileInputBody) GetHideExampleBinaries() bool
GetHideExampleBinaries returns the HideExampleBinaries field if non-nil, zero value otherwise.
func (o *UpdateProfileInputBody) GetHideExampleBinariesOk() (*bool, bool)
GetHideExampleBinariesOk returns a tuple with the HideExampleBinaries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateProfileInputBody) SetHideExampleBinaries(v bool)
SetHideExampleBinaries sets HideExampleBinaries field to given value.
func (o *UpdateProfileInputBody) HasHideExampleBinaries() bool
HasHideExampleBinaries returns a boolean if a field has been set.
func (o *UpdateProfileInputBody) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *UpdateProfileInputBody) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateProfileInputBody) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *UpdateProfileInputBody) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *UpdateProfileInputBody) GetTimeZone() string
GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.
func (o *UpdateProfileInputBody) 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.
func (o *UpdateProfileInputBody) SetTimeZone(v string)
SetTimeZone sets TimeZone field to given value.
func (o *UpdateProfileInputBody) HasTimeZone() bool
HasTimeZone returns a boolean if a field has been set.
func (o *UpdateProfileInputBody) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *UpdateProfileInputBody) 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 *UpdateProfileInputBody) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *UpdateProfileInputBody) HasUsername() bool
HasUsername returns a boolean if a field has been set.