Name | Type | Description | Notes |
---|---|---|---|
IdentityId | Pointer to string | [optional] | |
Type | Pointer to AccountMemberAccountRoleType | [optional] | |
Roles | Pointer to []AccountMemberAccountRoleType | [optional] | |
Id | Pointer to string | Account member ID. Note: This field is auto-generated. Specifying an ID when creating an account member is a client error. | [optional] |
func NewAccountMember() *AccountMember
NewAccountMember instantiates a new AccountMember 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 NewAccountMemberWithDefaults() *AccountMember
NewAccountMemberWithDefaults instantiates a new AccountMember 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 *AccountMember) GetIdentityId() string
GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.
func (o *AccountMember) GetIdentityIdOk() (*string, bool)
GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountMember) SetIdentityId(v string)
SetIdentityId sets IdentityId field to given value.
func (o *AccountMember) HasIdentityId() bool
HasIdentityId returns a boolean if a field has been set.
func (o *AccountMember) GetType() AccountMemberAccountRoleType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AccountMember) GetTypeOk() (*AccountMemberAccountRoleType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountMember) SetType(v AccountMemberAccountRoleType)
SetType sets Type field to given value.
func (o *AccountMember) HasType() bool
HasType returns a boolean if a field has been set.
func (o *AccountMember) GetRoles() []AccountMemberAccountRoleType
GetRoles returns the Roles field if non-nil, zero value otherwise.
func (o *AccountMember) GetRolesOk() (*[]AccountMemberAccountRoleType, bool)
GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountMember) SetRoles(v []AccountMemberAccountRoleType)
SetRoles sets Roles field to given value.
func (o *AccountMember) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (o *AccountMember) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AccountMember) 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 *AccountMember) SetId(v string)
SetId sets Id field to given value.
func (o *AccountMember) HasId() bool
HasId returns a boolean if a field has been set.