Name | Type | Description | Notes |
---|---|---|---|
string | The email of the user. | ||
InviteSentAt | float32 | The date when the invite was sent. | |
Timestamp | float32 | The timestamp. | |
UserId | string | The user ID. | |
Label | string | The label. |
func NewSnapshotUser(email string, inviteSentAt float32, timestamp float32, userId string, label string, ) *SnapshotUser
NewSnapshotUser instantiates a new SnapshotUser 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 NewSnapshotUserWithDefaults() *SnapshotUser
NewSnapshotUserWithDefaults instantiates a new SnapshotUser 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 *SnapshotUser) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *SnapshotUser) 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 *SnapshotUser) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *SnapshotUser) GetInviteSentAt() float32
GetInviteSentAt returns the InviteSentAt field if non-nil, zero value otherwise.
func (o *SnapshotUser) GetInviteSentAtOk() (*float32, bool)
GetInviteSentAtOk returns a tuple with the InviteSentAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotUser) SetInviteSentAt(v float32)
SetInviteSentAt sets InviteSentAt field to given value.
func (o *SnapshotUser) GetTimestamp() float32
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *SnapshotUser) GetTimestampOk() (*float32, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotUser) SetTimestamp(v float32)
SetTimestamp sets Timestamp field to given value.
func (o *SnapshotUser) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *SnapshotUser) 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 *SnapshotUser) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *SnapshotUser) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *SnapshotUser) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SnapshotUser) SetLabel(v string)
SetLabel sets Label field to given value.