Name | Type | Description | Notes |
---|---|---|---|
ApiToken | Pointer to string | API token | [optional] |
ApiTokenVersion | Pointer to int64 | API token version | [optional] |
AuthToken | Pointer to string | Auth token | [optional] |
CustomerUUID | Pointer to string | Customer UUID | [optional] |
UserUUID | Pointer to string | User UUID | [optional] |
func NewSessionInfo() *SessionInfo
NewSessionInfo instantiates a new SessionInfo 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 NewSessionInfoWithDefaults() *SessionInfo
NewSessionInfoWithDefaults instantiates a new SessionInfo 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 *SessionInfo) GetApiToken() string
GetApiToken returns the ApiToken field if non-nil, zero value otherwise.
func (o *SessionInfo) GetApiTokenOk() (*string, bool)
GetApiTokenOk returns a tuple with the ApiToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionInfo) SetApiToken(v string)
SetApiToken sets ApiToken field to given value.
func (o *SessionInfo) HasApiToken() bool
HasApiToken returns a boolean if a field has been set.
func (o *SessionInfo) GetApiTokenVersion() int64
GetApiTokenVersion returns the ApiTokenVersion field if non-nil, zero value otherwise.
func (o *SessionInfo) GetApiTokenVersionOk() (*int64, bool)
GetApiTokenVersionOk returns a tuple with the ApiTokenVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionInfo) SetApiTokenVersion(v int64)
SetApiTokenVersion sets ApiTokenVersion field to given value.
func (o *SessionInfo) HasApiTokenVersion() bool
HasApiTokenVersion returns a boolean if a field has been set.
func (o *SessionInfo) GetAuthToken() string
GetAuthToken returns the AuthToken field if non-nil, zero value otherwise.
func (o *SessionInfo) GetAuthTokenOk() (*string, bool)
GetAuthTokenOk returns a tuple with the AuthToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionInfo) SetAuthToken(v string)
SetAuthToken sets AuthToken field to given value.
func (o *SessionInfo) HasAuthToken() bool
HasAuthToken returns a boolean if a field has been set.
func (o *SessionInfo) GetCustomerUUID() string
GetCustomerUUID returns the CustomerUUID field if non-nil, zero value otherwise.
func (o *SessionInfo) GetCustomerUUIDOk() (*string, bool)
GetCustomerUUIDOk returns a tuple with the CustomerUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionInfo) SetCustomerUUID(v string)
SetCustomerUUID sets CustomerUUID field to given value.
func (o *SessionInfo) HasCustomerUUID() bool
HasCustomerUUID returns a boolean if a field has been set.
func (o *SessionInfo) GetUserUUID() string
GetUserUUID returns the UserUUID field if non-nil, zero value otherwise.
func (o *SessionInfo) GetUserUUIDOk() (*string, bool)
GetUserUUIDOk returns a tuple with the UserUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SessionInfo) SetUserUUID(v string)
SetUserUUID sets UserUUID field to given value.
func (o *SessionInfo) HasUserUUID() bool
HasUserUUID returns a boolean if a field has been set.