Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 3.99 KB

File metadata and controls

144 lines (79 loc) · 3.99 KB

TokensList200ResponseInner

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to string [optional]
LastUsed Pointer to NullableTime [optional]
CreatedAt Pointer to time.Time [optional]

Methods

NewTokensList200ResponseInner

func NewTokensList200ResponseInner() *TokensList200ResponseInner

NewTokensList200ResponseInner instantiates a new TokensList200ResponseInner 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

NewTokensList200ResponseInnerWithDefaults

func NewTokensList200ResponseInnerWithDefaults() *TokensList200ResponseInner

NewTokensList200ResponseInnerWithDefaults instantiates a new TokensList200ResponseInner 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

GetId

func (o *TokensList200ResponseInner) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *TokensList200ResponseInner) GetIdOk() (*int32, 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.

SetId

func (o *TokensList200ResponseInner) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *TokensList200ResponseInner) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *TokensList200ResponseInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *TokensList200ResponseInner) 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.

SetName

func (o *TokensList200ResponseInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *TokensList200ResponseInner) HasName() bool

HasName returns a boolean if a field has been set.

GetLastUsed

func (o *TokensList200ResponseInner) GetLastUsed() time.Time

GetLastUsed returns the LastUsed field if non-nil, zero value otherwise.

GetLastUsedOk

func (o *TokensList200ResponseInner) GetLastUsedOk() (*time.Time, bool)

GetLastUsedOk returns a tuple with the LastUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastUsed

func (o *TokensList200ResponseInner) SetLastUsed(v time.Time)

SetLastUsed sets LastUsed field to given value.

HasLastUsed

func (o *TokensList200ResponseInner) HasLastUsed() bool

HasLastUsed returns a boolean if a field has been set.

SetLastUsedNil

func (o *TokensList200ResponseInner) SetLastUsedNil(b bool)

SetLastUsedNil sets the value for LastUsed to be an explicit nil

UnsetLastUsed

func (o *TokensList200ResponseInner) UnsetLastUsed()

UnsetLastUsed ensures that no value is present for LastUsed, not even an explicit nil

GetCreatedAt

func (o *TokensList200ResponseInner) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *TokensList200ResponseInner) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *TokensList200ResponseInner) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *TokensList200ResponseInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]