Skip to content

Latest commit

 

History

History
288 lines (159 loc) · 7.73 KB

TenantMemberResponse.md

File metadata and controls

288 lines (159 loc) · 7.73 KB

TenantMemberResponse

Properties

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]

Methods

NewTenantMemberResponse

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

NewTenantMemberResponseWithDefaults

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

GetId

func (o *TenantMemberResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *TenantMemberResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *TenantMemberResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetTenantId

func (o *TenantMemberResponse) GetTenantId() string

GetTenantId returns the TenantId field if non-nil, zero value otherwise.

GetTenantIdOk

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.

SetTenantId

func (o *TenantMemberResponse) SetTenantId(v string)

SetTenantId sets TenantId field to given value.

HasTenantId

func (o *TenantMemberResponse) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

GetUser

func (o *TenantMemberResponse) GetUser() User

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

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.

SetUser

func (o *TenantMemberResponse) SetUser(v User)

SetUser sets User field to given value.

HasUser

func (o *TenantMemberResponse) HasUser() bool

HasUser returns a boolean if a field has been set.

GetRole

func (o *TenantMemberResponse) GetRole() string

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

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.

SetRole

func (o *TenantMemberResponse) SetRole(v string)

SetRole sets Role field to given value.

HasRole

func (o *TenantMemberResponse) HasRole() bool

HasRole returns a boolean if a field has been set.

SetRoleNil

func (o *TenantMemberResponse) SetRoleNil(b bool)

SetRoleNil sets the value for Role to be an explicit nil

UnsetRole

func (o *TenantMemberResponse) UnsetRole()

UnsetRole ensures that no value is present for Role, not even an explicit nil

GetCreatedBy

func (o *TenantMemberResponse) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *TenantMemberResponse) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *TenantMemberResponse) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

SetCreatedByNil

func (o *TenantMemberResponse) SetCreatedByNil(b bool)

SetCreatedByNil sets the value for CreatedBy to be an explicit nil

UnsetCreatedBy

func (o *TenantMemberResponse) UnsetCreatedBy()

UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil

GetCreatedDate

func (o *TenantMemberResponse) GetCreatedDate() time.Time

GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.

GetCreatedDateOk

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.

SetCreatedDate

func (o *TenantMemberResponse) SetCreatedDate(v time.Time)

SetCreatedDate sets CreatedDate field to given value.

HasCreatedDate

func (o *TenantMemberResponse) HasCreatedDate() bool

HasCreatedDate returns a boolean if a field has been set.

SetCreatedDateNil

func (o *TenantMemberResponse) SetCreatedDateNil(b bool)

SetCreatedDateNil sets the value for CreatedDate to be an explicit nil

UnsetCreatedDate

func (o *TenantMemberResponse) UnsetCreatedDate()

UnsetCreatedDate ensures that no value is present for CreatedDate, not even an explicit nil

GetModifiedBy

func (o *TenantMemberResponse) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

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.

SetModifiedBy

func (o *TenantMemberResponse) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *TenantMemberResponse) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

SetModifiedByNil

func (o *TenantMemberResponse) SetModifiedByNil(b bool)

SetModifiedByNil sets the value for ModifiedBy to be an explicit nil

UnsetModifiedBy

func (o *TenantMemberResponse) UnsetModifiedBy()

UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil

GetModifiedAt

func (o *TenantMemberResponse) GetModifiedAt() time.Time

GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.

GetModifiedAtOk

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.

SetModifiedAt

func (o *TenantMemberResponse) SetModifiedAt(v time.Time)

SetModifiedAt sets ModifiedAt field to given value.

HasModifiedAt

func (o *TenantMemberResponse) HasModifiedAt() bool

HasModifiedAt returns a boolean if a field has been set.

SetModifiedAtNil

func (o *TenantMemberResponse) SetModifiedAtNil(b bool)

SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil

UnsetModifiedAt

func (o *TenantMemberResponse) UnsetModifiedAt()

UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil

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