Name | Type | Description | Notes |
---|---|---|---|
Access | Pointer to []AuthTokenAccess | [optional] | |
ClientIp | Pointer to string | [optional] | |
CreatedBy | Pointer to string | [optional] | |
CreatedOn | Pointer to time.Time | [optional] | |
Expiry | Pointer to time.Time | [optional] | |
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
UserAgent | Pointer to string | [optional] |
func NewAuthToken() *AuthToken
NewAuthToken instantiates a new AuthToken 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 NewAuthTokenWithDefaults() *AuthToken
NewAuthTokenWithDefaults instantiates a new AuthToken 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 *AuthToken) GetAccess() []AuthTokenAccess
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *AuthToken) GetAccessOk() (*[]AuthTokenAccess, bool)
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthToken) SetAccess(v []AuthTokenAccess)
SetAccess sets Access field to given value.
func (o *AuthToken) HasAccess() bool
HasAccess returns a boolean if a field has been set.
func (o *AuthToken) GetClientIp() string
GetClientIp returns the ClientIp field if non-nil, zero value otherwise.
func (o *AuthToken) GetClientIpOk() (*string, bool)
GetClientIpOk returns a tuple with the ClientIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthToken) SetClientIp(v string)
SetClientIp sets ClientIp field to given value.
func (o *AuthToken) HasClientIp() bool
HasClientIp returns a boolean if a field has been set.
func (o *AuthToken) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *AuthToken) 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.
func (o *AuthToken) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *AuthToken) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *AuthToken) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *AuthToken) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthToken) SetCreatedOn(v time.Time)
SetCreatedOn sets CreatedOn field to given value.
func (o *AuthToken) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *AuthToken) GetExpiry() time.Time
GetExpiry returns the Expiry field if non-nil, zero value otherwise.
func (o *AuthToken) GetExpiryOk() (*time.Time, bool)
GetExpiryOk returns a tuple with the Expiry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthToken) SetExpiry(v time.Time)
SetExpiry sets Expiry field to given value.
func (o *AuthToken) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (o *AuthToken) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AuthToken) 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.
func (o *AuthToken) SetId(v string)
SetId sets Id field to given value.
func (o *AuthToken) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AuthToken) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthToken) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthToken) SetName(v string)
SetName sets Name field to given value.
func (o *AuthToken) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AuthToken) GetUserAgent() string
GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.
func (o *AuthToken) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthToken) SetUserAgent(v string)
SetUserAgent sets UserAgent field to given value.
func (o *AuthToken) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.