Name | Type | Description | Notes |
---|---|---|---|
Id | string | [readonly] | |
CreatedAt | time.Time | [readonly] | |
UpdatedAt | Pointer to time.Time | [optional] [readonly] | |
Name | Pointer to string | [optional] | |
Nickname | Pointer to string | [optional] | |
string | |||
ProfilePictureUrl | Pointer to string | [optional] | |
LastActivityAt | Pointer to time.Time | last time the user was connected | [optional] |
Role | Pointer to InviteMemberRoleEnum | [optional] | |
RoleName | Pointer to string | the role linked to the user | [optional] |
RoleId | Pointer to string | [optional] |
func NewMember(id string, createdAt time.Time, email string, ) *Member
NewMember instantiates a new Member 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 NewMemberWithDefaults() *Member
NewMemberWithDefaults instantiates a new Member 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 *Member) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Member) 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 *Member) SetId(v string)
SetId sets Id field to given value.
func (o *Member) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Member) 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 *Member) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *Member) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Member) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Member) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Member) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *Member) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Member) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Member) SetName(v string)
SetName sets Name field to given value.
func (o *Member) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Member) GetNickname() string
GetNickname returns the Nickname field if non-nil, zero value otherwise.
func (o *Member) 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 *Member) SetNickname(v string)
SetNickname sets Nickname field to given value.
func (o *Member) HasNickname() bool
HasNickname returns a boolean if a field has been set.
func (o *Member) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *Member) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Member) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *Member) GetProfilePictureUrl() string
GetProfilePictureUrl returns the ProfilePictureUrl field if non-nil, zero value otherwise.
func (o *Member) 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 *Member) SetProfilePictureUrl(v string)
SetProfilePictureUrl sets ProfilePictureUrl field to given value.
func (o *Member) HasProfilePictureUrl() bool
HasProfilePictureUrl returns a boolean if a field has been set.
func (o *Member) GetLastActivityAt() time.Time
GetLastActivityAt returns the LastActivityAt field if non-nil, zero value otherwise.
func (o *Member) GetLastActivityAtOk() (*time.Time, bool)
GetLastActivityAtOk returns a tuple with the LastActivityAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Member) SetLastActivityAt(v time.Time)
SetLastActivityAt sets LastActivityAt field to given value.
func (o *Member) HasLastActivityAt() bool
HasLastActivityAt returns a boolean if a field has been set.
func (o *Member) GetRole() InviteMemberRoleEnum
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *Member) GetRoleOk() (*InviteMemberRoleEnum, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Member) SetRole(v InviteMemberRoleEnum)
SetRole sets Role field to given value.
func (o *Member) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *Member) GetRoleName() string
GetRoleName returns the RoleName field if non-nil, zero value otherwise.
func (o *Member) GetRoleNameOk() (*string, bool)
GetRoleNameOk returns a tuple with the RoleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Member) SetRoleName(v string)
SetRoleName sets RoleName field to given value.
func (o *Member) HasRoleName() bool
HasRoleName returns a boolean if a field has been set.
func (o *Member) GetRoleId() string
GetRoleId returns the RoleId field if non-nil, zero value otherwise.
func (o *Member) GetRoleIdOk() (*string, bool)
GetRoleIdOk returns a tuple with the RoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Member) SetRoleId(v string)
SetRoleId sets RoleId field to given value.
func (o *Member) HasRoleId() bool
HasRoleId returns a boolean if a field has been set.