Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
CreatedAt | Pointer to time.Time | [optional] | |
Nickname | Pointer to string | [optional] | |
FirstName | Pointer to string | [optional] | |
LastName | Pointer to string | [optional] | |
ProfilePictureUrl | Pointer to string | [optional] | |
CommunicationEmail | Pointer to string | [optional] |
func NewAccountInfo() *AccountInfo
NewAccountInfo instantiates a new AccountInfo 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 NewAccountInfoWithDefaults() *AccountInfo
NewAccountInfoWithDefaults instantiates a new AccountInfo 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 *AccountInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AccountInfo) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountInfo) SetId(v string)
SetId sets Id field to given value.
func (o *AccountInfo) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AccountInfo) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *AccountInfo) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountInfo) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *AccountInfo) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *AccountInfo) GetNickname() string
GetNickname returns the Nickname field if non-nil, zero value otherwise.
func (o *AccountInfo) GetNicknameOk() (*string, bool)
GetNicknameOk returns a tuple with the Nickname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountInfo) SetNickname(v string)
SetNickname sets Nickname field to given value.
func (o *AccountInfo) HasNickname() bool
HasNickname returns a boolean if a field has been set.
func (o *AccountInfo) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *AccountInfo) 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 *AccountInfo) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *AccountInfo) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *AccountInfo) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *AccountInfo) 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 *AccountInfo) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *AccountInfo) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *AccountInfo) GetProfilePictureUrl() string
GetProfilePictureUrl returns the ProfilePictureUrl field if non-nil, zero value otherwise.
func (o *AccountInfo) GetProfilePictureUrlOk() (*string, bool)
GetProfilePictureUrlOk returns a tuple with the ProfilePictureUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountInfo) SetProfilePictureUrl(v string)
SetProfilePictureUrl sets ProfilePictureUrl field to given value.
func (o *AccountInfo) HasProfilePictureUrl() bool
HasProfilePictureUrl returns a boolean if a field has been set.
func (o *AccountInfo) GetCommunicationEmail() string
GetCommunicationEmail returns the CommunicationEmail field if non-nil, zero value otherwise.
func (o *AccountInfo) GetCommunicationEmailOk() (*string, bool)
GetCommunicationEmailOk returns a tuple with the CommunicationEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountInfo) SetCommunicationEmail(v string)
SetCommunicationEmail sets CommunicationEmail field to given value.
func (o *AccountInfo) HasCommunicationEmail() bool
HasCommunicationEmail returns a boolean if a field has been set.