Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
TenantId | Pointer to string | [optional] | |
User | Pointer to User | [optional] | |
Role | Pointer to NullableString | [optional] | |
CreatedBy | Pointer to NullableString | [optional] | |
CreatedDate | Pointer to NullableTime | [optional] | |
ModifiedBy | Pointer to NullableString | [optional] | |
ModifiedAt | Pointer to NullableTime | [optional] |
func NewTenantMemberResponse() *TenantMemberResponse
NewTenantMemberResponse instantiates a new TenantMemberResponse 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 NewTenantMemberResponseWithDefaults() *TenantMemberResponse
NewTenantMemberResponseWithDefaults instantiates a new TenantMemberResponse 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 *TenantMemberResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TenantMemberResponse) 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 *TenantMemberResponse) SetId(v string)
SetId sets Id field to given value.
func (o *TenantMemberResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TenantMemberResponse) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *TenantMemberResponse) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantMemberResponse) SetTenantId(v string)
SetTenantId sets TenantId field to given value.
func (o *TenantMemberResponse) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (o *TenantMemberResponse) GetUser() User
GetUser returns the User field if non-nil, zero value otherwise.
func (o *TenantMemberResponse) GetUserOk() (*User, 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 *TenantMemberResponse) SetUser(v User)
SetUser sets User field to given value.
func (o *TenantMemberResponse) HasUser() bool
HasUser returns a boolean if a field has been set.
func (o *TenantMemberResponse) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *TenantMemberResponse) 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 *TenantMemberResponse) SetRole(v string)
SetRole sets Role field to given value.
func (o *TenantMemberResponse) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *TenantMemberResponse) SetRoleNil(b bool)
SetRoleNil sets the value for Role to be an explicit nil
func (o *TenantMemberResponse) UnsetRole()
UnsetRole ensures that no value is present for Role, not even an explicit nil
func (o *TenantMemberResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *TenantMemberResponse) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantMemberResponse) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *TenantMemberResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *TenantMemberResponse) SetCreatedByNil(b bool)
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (o *TenantMemberResponse) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (o *TenantMemberResponse) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *TenantMemberResponse) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantMemberResponse) SetCreatedDate(v time.Time)
SetCreatedDate sets CreatedDate field to given value.
func (o *TenantMemberResponse) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *TenantMemberResponse) SetCreatedDateNil(b bool)
SetCreatedDateNil sets the value for CreatedDate to be an explicit nil
func (o *TenantMemberResponse) UnsetCreatedDate()
UnsetCreatedDate ensures that no value is present for CreatedDate, not even an explicit nil
func (o *TenantMemberResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *TenantMemberResponse) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantMemberResponse) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *TenantMemberResponse) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *TenantMemberResponse) SetModifiedByNil(b bool)
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (o *TenantMemberResponse) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (o *TenantMemberResponse) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.
func (o *TenantMemberResponse) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantMemberResponse) SetModifiedAt(v time.Time)
SetModifiedAt sets ModifiedAt field to given value.
func (o *TenantMemberResponse) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field has been set.
func (o *TenantMemberResponse) SetModifiedAtNil(b bool)
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (o *TenantMemberResponse) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil