Name | Type | Description | Notes |
---|---|---|---|
Pointer to string | [optional] [readonly] | ||
HasTwoFactor | Pointer to bool | [optional] [readonly] | |
IsActive | Pointer to bool | [optional] [readonly] | |
JoinedAt | Pointer to time.Time | [optional] [readonly] | |
LastLoginAt | Pointer to NullableTime | [optional] [readonly] | |
LastLoginMethod | Pointer to string | [optional] [readonly] [default to "Unknown"] | |
Role | Pointer to string | [optional] [readonly] [default to "Owner"] | |
User | Pointer to string | [optional] [readonly] | |
UserId | Pointer to string | [optional] [readonly] | |
UserName | Pointer to string | [optional] [readonly] | |
UserUrl | Pointer to string | [optional] [readonly] | |
Visibility | Pointer to string | [optional] [readonly] [default to "Public"] |
func NewOrganizationMembership() *OrganizationMembership
NewOrganizationMembership instantiates a new OrganizationMembership 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 NewOrganizationMembershipWithDefaults() *OrganizationMembership
NewOrganizationMembershipWithDefaults instantiates a new OrganizationMembership 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 *OrganizationMembership) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *OrganizationMembership) 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 *OrganizationMembership) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *OrganizationMembership) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *OrganizationMembership) GetHasTwoFactor() bool
GetHasTwoFactor returns the HasTwoFactor field if non-nil, zero value otherwise.
func (o *OrganizationMembership) GetHasTwoFactorOk() (*bool, bool)
GetHasTwoFactorOk returns a tuple with the HasTwoFactor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationMembership) SetHasTwoFactor(v bool)
SetHasTwoFactor sets HasTwoFactor field to given value.
func (o *OrganizationMembership) HasHasTwoFactor() bool
HasHasTwoFactor returns a boolean if a field has been set.
func (o *OrganizationMembership) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *OrganizationMembership) 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 *OrganizationMembership) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *OrganizationMembership) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.
func (o *OrganizationMembership) GetJoinedAt() time.Time
GetJoinedAt returns the JoinedAt field if non-nil, zero value otherwise.
func (o *OrganizationMembership) GetJoinedAtOk() (*time.Time, bool)
GetJoinedAtOk returns a tuple with the JoinedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationMembership) SetJoinedAt(v time.Time)
SetJoinedAt sets JoinedAt field to given value.
func (o *OrganizationMembership) HasJoinedAt() bool
HasJoinedAt returns a boolean if a field has been set.
func (o *OrganizationMembership) GetLastLoginAt() time.Time
GetLastLoginAt returns the LastLoginAt field if non-nil, zero value otherwise.
func (o *OrganizationMembership) GetLastLoginAtOk() (*time.Time, bool)
GetLastLoginAtOk returns a tuple with the LastLoginAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationMembership) SetLastLoginAt(v time.Time)
SetLastLoginAt sets LastLoginAt field to given value.
func (o *OrganizationMembership) HasLastLoginAt() bool
HasLastLoginAt returns a boolean if a field has been set.
func (o *OrganizationMembership) SetLastLoginAtNil(b bool)
SetLastLoginAtNil sets the value for LastLoginAt to be an explicit nil
func (o *OrganizationMembership) UnsetLastLoginAt()
UnsetLastLoginAt ensures that no value is present for LastLoginAt, not even an explicit nil
func (o *OrganizationMembership) GetLastLoginMethod() string
GetLastLoginMethod returns the LastLoginMethod field if non-nil, zero value otherwise.
func (o *OrganizationMembership) GetLastLoginMethodOk() (*string, bool)
GetLastLoginMethodOk returns a tuple with the LastLoginMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationMembership) SetLastLoginMethod(v string)
SetLastLoginMethod sets LastLoginMethod field to given value.
func (o *OrganizationMembership) HasLastLoginMethod() bool
HasLastLoginMethod returns a boolean if a field has been set.
func (o *OrganizationMembership) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *OrganizationMembership) GetRoleOk() (*string, 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 *OrganizationMembership) SetRole(v string)
SetRole sets Role field to given value.
func (o *OrganizationMembership) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *OrganizationMembership) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
func (o *OrganizationMembership) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationMembership) SetUser(v string)
SetUser sets User field to given value.
func (o *OrganizationMembership) HasUser() bool
HasUser returns a boolean if a field has been set.
func (o *OrganizationMembership) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *OrganizationMembership) 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 *OrganizationMembership) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *OrganizationMembership) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *OrganizationMembership) GetUserName() string
GetUserName returns the UserName field if non-nil, zero value otherwise.
func (o *OrganizationMembership) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationMembership) SetUserName(v string)
SetUserName sets UserName field to given value.
func (o *OrganizationMembership) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (o *OrganizationMembership) GetUserUrl() string
GetUserUrl returns the UserUrl field if non-nil, zero value otherwise.
func (o *OrganizationMembership) GetUserUrlOk() (*string, bool)
GetUserUrlOk returns a tuple with the UserUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationMembership) SetUserUrl(v string)
SetUserUrl sets UserUrl field to given value.
func (o *OrganizationMembership) HasUserUrl() bool
HasUserUrl returns a boolean if a field has been set.
func (o *OrganizationMembership) GetVisibility() string
GetVisibility returns the Visibility field if non-nil, zero value otherwise.
func (o *OrganizationMembership) GetVisibilityOk() (*string, bool)
GetVisibilityOk returns a tuple with the Visibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationMembership) SetVisibility(v string)
SetVisibility sets Visibility field to given value.
func (o *OrganizationMembership) HasVisibility() bool
HasVisibility returns a boolean if a field has been set.