Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.92 KB

PatchedOrganizationUserDraft.md

File metadata and controls

212 lines (115 loc) · 5.92 KB

PatchedOrganizationUserDraft

Properties

Name Type Description Notes
AccountStatus Pointer to string [optional]
Name Pointer to string [optional]
Email Pointer to string [optional]
AvatarUrl Pointer to string [optional]
IsActive Pointer to bool [optional]
IsStaff Pointer to bool [optional]
IsSuperuser Pointer to bool [optional]

Methods

NewPatchedOrganizationUserDraft

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

NewPatchedOrganizationUserDraftWithDefaults

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

GetAccountStatus

func (o *PatchedOrganizationUserDraft) GetAccountStatus() string

GetAccountStatus returns the AccountStatus field if non-nil, zero value otherwise.

GetAccountStatusOk

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.

SetAccountStatus

func (o *PatchedOrganizationUserDraft) SetAccountStatus(v string)

SetAccountStatus sets AccountStatus field to given value.

HasAccountStatus

func (o *PatchedOrganizationUserDraft) HasAccountStatus() bool

HasAccountStatus returns a boolean if a field has been set.

GetName

func (o *PatchedOrganizationUserDraft) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *PatchedOrganizationUserDraft) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PatchedOrganizationUserDraft) HasName() bool

HasName returns a boolean if a field has been set.

GetEmail

func (o *PatchedOrganizationUserDraft) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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.

SetEmail

func (o *PatchedOrganizationUserDraft) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *PatchedOrganizationUserDraft) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetAvatarUrl

func (o *PatchedOrganizationUserDraft) GetAvatarUrl() string

GetAvatarUrl returns the AvatarUrl field if non-nil, zero value otherwise.

GetAvatarUrlOk

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.

SetAvatarUrl

func (o *PatchedOrganizationUserDraft) SetAvatarUrl(v string)

SetAvatarUrl sets AvatarUrl field to given value.

HasAvatarUrl

func (o *PatchedOrganizationUserDraft) HasAvatarUrl() bool

HasAvatarUrl returns a boolean if a field has been set.

GetIsActive

func (o *PatchedOrganizationUserDraft) GetIsActive() bool

GetIsActive returns the IsActive field if non-nil, zero value otherwise.

GetIsActiveOk

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.

SetIsActive

func (o *PatchedOrganizationUserDraft) SetIsActive(v bool)

SetIsActive sets IsActive field to given value.

HasIsActive

func (o *PatchedOrganizationUserDraft) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

GetIsStaff

func (o *PatchedOrganizationUserDraft) GetIsStaff() bool

GetIsStaff returns the IsStaff field if non-nil, zero value otherwise.

GetIsStaffOk

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.

SetIsStaff

func (o *PatchedOrganizationUserDraft) SetIsStaff(v bool)

SetIsStaff sets IsStaff field to given value.

HasIsStaff

func (o *PatchedOrganizationUserDraft) HasIsStaff() bool

HasIsStaff returns a boolean if a field has been set.

GetIsSuperuser

func (o *PatchedOrganizationUserDraft) GetIsSuperuser() bool

GetIsSuperuser returns the IsSuperuser field if non-nil, zero value otherwise.

GetIsSuperuserOk

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.

SetIsSuperuser

func (o *PatchedOrganizationUserDraft) SetIsSuperuser(v bool)

SetIsSuperuser sets IsSuperuser field to given value.

HasIsSuperuser

func (o *PatchedOrganizationUserDraft) HasIsSuperuser() bool

HasIsSuperuser returns a boolean if a field has been set.

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