Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.55 KB

GetTokensV2.md

File metadata and controls

102 lines (57 loc) · 2.55 KB

GetTokensV2

Properties

Name Type Description Notes
Start Pointer to NullableString [optional]
Size Pointer to NullableInt32 [optional]

Methods

NewGetTokensV2

func NewGetTokensV2() *GetTokensV2

NewGetTokensV2 instantiates a new GetTokensV2 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

NewGetTokensV2WithDefaults

func NewGetTokensV2WithDefaults() *GetTokensV2

NewGetTokensV2WithDefaults instantiates a new GetTokensV2 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

GetStart

func (o *GetTokensV2) GetStart() string

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *GetTokensV2) GetStartOk() (*string, bool)

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

SetStart

func (o *GetTokensV2) SetStart(v string)

SetStart sets Start field to given value.

HasStart

func (o *GetTokensV2) HasStart() bool

HasStart returns a boolean if a field has been set.

SetStartNil

func (o *GetTokensV2) SetStartNil(b bool)

SetStartNil sets the value for Start to be an explicit nil

UnsetStart

func (o *GetTokensV2) UnsetStart()

UnsetStart ensures that no value is present for Start, not even an explicit nil

GetSize

func (o *GetTokensV2) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *GetTokensV2) GetSizeOk() (*int32, bool)

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

SetSize

func (o *GetTokensV2) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *GetTokensV2) HasSize() bool

HasSize returns a boolean if a field has been set.

SetSizeNil

func (o *GetTokensV2) SetSizeNil(b bool)

SetSizeNil sets the value for Size to be an explicit nil

UnsetSize

func (o *GetTokensV2) UnsetSize()

UnsetSize ensures that no value is present for Size, not even an explicit nil

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