Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.38 KB

File metadata and controls

186 lines (101 loc) · 5.38 KB

UpdateProfileInputBody

Properties

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]

Methods

NewUpdateProfileInputBody

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

NewUpdateProfileInputBodyWithDefaults

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

GetDefaultTeamId

func (o *UpdateProfileInputBody) GetDefaultTeamId() int64

GetDefaultTeamId returns the DefaultTeamId field if non-nil, zero value otherwise.

GetDefaultTeamIdOk

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.

SetDefaultTeamId

func (o *UpdateProfileInputBody) SetDefaultTeamId(v int64)

SetDefaultTeamId sets DefaultTeamId field to given value.

HasDefaultTeamId

func (o *UpdateProfileInputBody) HasDefaultTeamId() bool

HasDefaultTeamId returns a boolean if a field has been set.

GetFirstName

func (o *UpdateProfileInputBody) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

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.

SetFirstName

func (o *UpdateProfileInputBody) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *UpdateProfileInputBody) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetHideExampleBinaries

func (o *UpdateProfileInputBody) GetHideExampleBinaries() bool

GetHideExampleBinaries returns the HideExampleBinaries field if non-nil, zero value otherwise.

GetHideExampleBinariesOk

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.

SetHideExampleBinaries

func (o *UpdateProfileInputBody) SetHideExampleBinaries(v bool)

SetHideExampleBinaries sets HideExampleBinaries field to given value.

HasHideExampleBinaries

func (o *UpdateProfileInputBody) HasHideExampleBinaries() bool

HasHideExampleBinaries returns a boolean if a field has been set.

GetLastName

func (o *UpdateProfileInputBody) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

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.

SetLastName

func (o *UpdateProfileInputBody) SetLastName(v string)

SetLastName sets LastName field to given value.

HasLastName

func (o *UpdateProfileInputBody) HasLastName() bool

HasLastName returns a boolean if a field has been set.

GetTimeZone

func (o *UpdateProfileInputBody) GetTimeZone() string

GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.

GetTimeZoneOk

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.

SetTimeZone

func (o *UpdateProfileInputBody) SetTimeZone(v string)

SetTimeZone sets TimeZone field to given value.

HasTimeZone

func (o *UpdateProfileInputBody) HasTimeZone() bool

HasTimeZone returns a boolean if a field has been set.

GetUsername

func (o *UpdateProfileInputBody) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

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.

SetUsername

func (o *UpdateProfileInputBody) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *UpdateProfileInputBody) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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