| Name | Type | Description | Notes |
|---|---|---|---|
| CreatedAt | Pointer to time.Time | [optional] | |
| Pointer to string | [optional] | ||
| Id | Pointer to int32 | [optional] | |
| Status | Pointer to string | [optional] |
func NewInviteFields() *InviteFields
NewInviteFields instantiates a new InviteFields 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 NewInviteFieldsWithDefaults() *InviteFields
NewInviteFieldsWithDefaults instantiates a new InviteFields 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 *InviteFields) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *InviteFields) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InviteFields) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *InviteFields) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *InviteFields) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *InviteFields) 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 *InviteFields) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *InviteFields) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *InviteFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *InviteFields) GetIdOk() (*int32, 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 *InviteFields) SetId(v int32)
SetId sets Id field to given value.
func (o *InviteFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *InviteFields) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *InviteFields) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InviteFields) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *InviteFields) HasStatus() bool
HasStatus returns a boolean if a field has been set.