| Name | Type | Description | Notes |
|---|---|---|---|
| string | |||
| FullName | string | ||
| LastVisit | int32 | ||
| OldUsage | bool | ||
| UserId | string | ||
| Username | string | ||
| MediaUrl | string | ||
| ContractId | string | ||
| Roles | SaaSAssignedUserRoles | ||
| UserExternalId | string |
func NewSaaSAssignedUser(email string, fullName string, lastVisit int32, oldUsage bool, userId string, username string, mediaUrl string, contractId string, roles SaaSAssignedUserRoles, userExternalId string, ) *SaaSAssignedUser
NewSaaSAssignedUser instantiates a new SaaSAssignedUser 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 NewSaaSAssignedUserWithDefaults() *SaaSAssignedUser
NewSaaSAssignedUserWithDefaults instantiates a new SaaSAssignedUser 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 *SaaSAssignedUser) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *SaaSAssignedUser) 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 *SaaSAssignedUser) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *SaaSAssignedUser) GetFullName() string
GetFullName returns the FullName field if non-nil, zero value otherwise.
func (o *SaaSAssignedUser) GetFullNameOk() (*string, bool)
GetFullNameOk returns a tuple with the FullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaSAssignedUser) SetFullName(v string)
SetFullName sets FullName field to given value.
func (o *SaaSAssignedUser) GetLastVisit() int32
GetLastVisit returns the LastVisit field if non-nil, zero value otherwise.
func (o *SaaSAssignedUser) GetLastVisitOk() (*int32, bool)
GetLastVisitOk returns a tuple with the LastVisit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaSAssignedUser) SetLastVisit(v int32)
SetLastVisit sets LastVisit field to given value.
func (o *SaaSAssignedUser) GetOldUsage() bool
GetOldUsage returns the OldUsage field if non-nil, zero value otherwise.
func (o *SaaSAssignedUser) GetOldUsageOk() (*bool, bool)
GetOldUsageOk returns a tuple with the OldUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaSAssignedUser) SetOldUsage(v bool)
SetOldUsage sets OldUsage field to given value.
func (o *SaaSAssignedUser) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *SaaSAssignedUser) 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 *SaaSAssignedUser) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *SaaSAssignedUser) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *SaaSAssignedUser) 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 *SaaSAssignedUser) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *SaaSAssignedUser) GetMediaUrl() string
GetMediaUrl returns the MediaUrl field if non-nil, zero value otherwise.
func (o *SaaSAssignedUser) GetMediaUrlOk() (*string, bool)
GetMediaUrlOk returns a tuple with the MediaUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaSAssignedUser) SetMediaUrl(v string)
SetMediaUrl sets MediaUrl field to given value.
func (o *SaaSAssignedUser) GetContractId() string
GetContractId returns the ContractId field if non-nil, zero value otherwise.
func (o *SaaSAssignedUser) GetContractIdOk() (*string, bool)
GetContractIdOk returns a tuple with the ContractId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaSAssignedUser) SetContractId(v string)
SetContractId sets ContractId field to given value.
func (o *SaaSAssignedUser) GetRoles() SaaSAssignedUserRoles
GetRoles returns the Roles field if non-nil, zero value otherwise.
func (o *SaaSAssignedUser) GetRolesOk() (*SaaSAssignedUserRoles, bool)
GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaSAssignedUser) SetRoles(v SaaSAssignedUserRoles)
SetRoles sets Roles field to given value.
func (o *SaaSAssignedUser) GetUserExternalId() string
GetUserExternalId returns the UserExternalId field if non-nil, zero value otherwise.
func (o *SaaSAssignedUser) GetUserExternalIdOk() (*string, bool)
GetUserExternalIdOk returns a tuple with the UserExternalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaSAssignedUser) SetUserExternalId(v string)
SetUserExternalId sets UserExternalId field to given value.