Name | Type | Description | Notes |
---|---|---|---|
AccountStatus | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
AvatarUrl | Pointer to string | [optional] | |
IsActive | Pointer to bool | [optional] | |
IsStaff | Pointer to bool | [optional] | |
IsSuperuser | Pointer to bool | [optional] |
func NewPatchedOrganizationUserDraft() *PatchedOrganizationUserDraft
NewPatchedOrganizationUserDraft instantiates a new PatchedOrganizationUserDraft 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 NewPatchedOrganizationUserDraftWithDefaults() *PatchedOrganizationUserDraft
NewPatchedOrganizationUserDraftWithDefaults instantiates a new PatchedOrganizationUserDraft 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 *PatchedOrganizationUserDraft) GetAccountStatus() string
GetAccountStatus returns the AccountStatus field if non-nil, zero value otherwise.
func (o *PatchedOrganizationUserDraft) GetAccountStatusOk() (*string, bool)
GetAccountStatusOk returns a tuple with the AccountStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedOrganizationUserDraft) SetAccountStatus(v string)
SetAccountStatus sets AccountStatus field to given value.
func (o *PatchedOrganizationUserDraft) HasAccountStatus() bool
HasAccountStatus returns a boolean if a field has been set.
func (o *PatchedOrganizationUserDraft) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedOrganizationUserDraft) 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 *PatchedOrganizationUserDraft) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedOrganizationUserDraft) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedOrganizationUserDraft) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *PatchedOrganizationUserDraft) 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 *PatchedOrganizationUserDraft) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *PatchedOrganizationUserDraft) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *PatchedOrganizationUserDraft) GetAvatarUrl() string
GetAvatarUrl returns the AvatarUrl field if non-nil, zero value otherwise.
func (o *PatchedOrganizationUserDraft) GetAvatarUrlOk() (*string, bool)
GetAvatarUrlOk returns a tuple with the AvatarUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedOrganizationUserDraft) SetAvatarUrl(v string)
SetAvatarUrl sets AvatarUrl field to given value.
func (o *PatchedOrganizationUserDraft) HasAvatarUrl() bool
HasAvatarUrl returns a boolean if a field has been set.
func (o *PatchedOrganizationUserDraft) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *PatchedOrganizationUserDraft) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedOrganizationUserDraft) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *PatchedOrganizationUserDraft) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.
func (o *PatchedOrganizationUserDraft) GetIsStaff() bool
GetIsStaff returns the IsStaff field if non-nil, zero value otherwise.
func (o *PatchedOrganizationUserDraft) GetIsStaffOk() (*bool, bool)
GetIsStaffOk returns a tuple with the IsStaff field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedOrganizationUserDraft) SetIsStaff(v bool)
SetIsStaff sets IsStaff field to given value.
func (o *PatchedOrganizationUserDraft) HasIsStaff() bool
HasIsStaff returns a boolean if a field has been set.
func (o *PatchedOrganizationUserDraft) GetIsSuperuser() bool
GetIsSuperuser returns the IsSuperuser field if non-nil, zero value otherwise.
func (o *PatchedOrganizationUserDraft) GetIsSuperuserOk() (*bool, bool)
GetIsSuperuserOk returns a tuple with the IsSuperuser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedOrganizationUserDraft) SetIsSuperuser(v bool)
SetIsSuperuser sets IsSuperuser field to given value.
func (o *PatchedOrganizationUserDraft) HasIsSuperuser() bool
HasIsSuperuser returns a boolean if a field has been set.