Name | Type | Description | Notes |
---|---|---|---|
UserId | Pointer to NullableString | Identifier of the Organization Admin. | [optional] |
FullName | Pointer to NullableString | Name of the Organization Admin. | [optional] |
Pointer to NullableString | Email of the OrganizationAdmin. | [optional] | |
TwoFactorEnabled | Pointer to bool | Determines whether 2FA is enabled for the Organization Admin. | [optional] |
func NewOrganizationAdminModel() *OrganizationAdminModel
NewOrganizationAdminModel instantiates a new OrganizationAdminModel 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 NewOrganizationAdminModelWithDefaults() *OrganizationAdminModel
NewOrganizationAdminModelWithDefaults instantiates a new OrganizationAdminModel 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 *OrganizationAdminModel) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *OrganizationAdminModel) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationAdminModel) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *OrganizationAdminModel) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *OrganizationAdminModel) SetUserIdNil(b bool)
SetUserIdNil sets the value for UserId to be an explicit nil
func (o *OrganizationAdminModel) UnsetUserId()
UnsetUserId ensures that no value is present for UserId, not even an explicit nil
func (o *OrganizationAdminModel) GetFullName() string
GetFullName returns the FullName field if non-nil, zero value otherwise.
func (o *OrganizationAdminModel) GetFullNameOk() (*string, bool)
GetFullNameOk returns a tuple with the FullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationAdminModel) SetFullName(v string)
SetFullName sets FullName field to given value.
func (o *OrganizationAdminModel) HasFullName() bool
HasFullName returns a boolean if a field has been set.
func (o *OrganizationAdminModel) SetFullNameNil(b bool)
SetFullNameNil sets the value for FullName to be an explicit nil
func (o *OrganizationAdminModel) UnsetFullName()
UnsetFullName ensures that no value is present for FullName, not even an explicit nil
func (o *OrganizationAdminModel) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *OrganizationAdminModel) 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 *OrganizationAdminModel) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *OrganizationAdminModel) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *OrganizationAdminModel) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *OrganizationAdminModel) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *OrganizationAdminModel) GetTwoFactorEnabled() bool
GetTwoFactorEnabled returns the TwoFactorEnabled field if non-nil, zero value otherwise.
func (o *OrganizationAdminModel) GetTwoFactorEnabledOk() (*bool, bool)
GetTwoFactorEnabledOk returns a tuple with the TwoFactorEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationAdminModel) SetTwoFactorEnabled(v bool)
SetTwoFactorEnabled sets TwoFactorEnabled field to given value.
func (o *OrganizationAdminModel) HasTwoFactorEnabled() bool
HasTwoFactorEnabled returns a boolean if a field has been set.