Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Token | Pointer to string | [optional] | |
Timestamp | Pointer to int32 | [optional] | |
Expiration | Pointer to int32 | [optional] | |
Count | Pointer to int32 | [optional] | |
RemainingCount | Pointer to int32 | [optional] |
func NewClientInitialAccessPresentation() *ClientInitialAccessPresentation
NewClientInitialAccessPresentation instantiates a new ClientInitialAccessPresentation 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 NewClientInitialAccessPresentationWithDefaults() *ClientInitialAccessPresentation
NewClientInitialAccessPresentationWithDefaults instantiates a new ClientInitialAccessPresentation 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 *ClientInitialAccessPresentation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClientInitialAccessPresentation) 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 *ClientInitialAccessPresentation) SetId(v string)
SetId sets Id field to given value.
func (o *ClientInitialAccessPresentation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ClientInitialAccessPresentation) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *ClientInitialAccessPresentation) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientInitialAccessPresentation) SetToken(v string)
SetToken sets Token field to given value.
func (o *ClientInitialAccessPresentation) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *ClientInitialAccessPresentation) GetTimestamp() int32
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *ClientInitialAccessPresentation) GetTimestampOk() (*int32, 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 *ClientInitialAccessPresentation) SetTimestamp(v int32)
SetTimestamp sets Timestamp field to given value.
func (o *ClientInitialAccessPresentation) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *ClientInitialAccessPresentation) GetExpiration() int32
GetExpiration returns the Expiration field if non-nil, zero value otherwise.
func (o *ClientInitialAccessPresentation) GetExpirationOk() (*int32, bool)
GetExpirationOk returns a tuple with the Expiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientInitialAccessPresentation) SetExpiration(v int32)
SetExpiration sets Expiration field to given value.
func (o *ClientInitialAccessPresentation) HasExpiration() bool
HasExpiration returns a boolean if a field has been set.
func (o *ClientInitialAccessPresentation) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ClientInitialAccessPresentation) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientInitialAccessPresentation) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ClientInitialAccessPresentation) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *ClientInitialAccessPresentation) GetRemainingCount() int32
GetRemainingCount returns the RemainingCount field if non-nil, zero value otherwise.
func (o *ClientInitialAccessPresentation) GetRemainingCountOk() (*int32, bool)
GetRemainingCountOk returns a tuple with the RemainingCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientInitialAccessPresentation) SetRemainingCount(v int32)
SetRemainingCount sets RemainingCount field to given value.
func (o *ClientInitialAccessPresentation) HasRemainingCount() bool
HasRemainingCount returns a boolean if a field has been set.