Name | Type | Description | Notes |
---|---|---|---|
Start | Pointer to NullableString | [optional] | |
Size | Pointer to NullableInt32 | [optional] |
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
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
func (o *GetTokensV2) GetStart() string
GetStart returns the Start field if non-nil, zero value otherwise.
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.
func (o *GetTokensV2) SetStart(v string)
SetStart sets Start field to given value.
func (o *GetTokensV2) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *GetTokensV2) SetStartNil(b bool)
SetStartNil sets the value for Start to be an explicit nil
func (o *GetTokensV2) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
func (o *GetTokensV2) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
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.
func (o *GetTokensV2) SetSize(v int32)
SetSize sets Size field to given value.
func (o *GetTokensV2) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *GetTokensV2) SetSizeNil(b bool)
SetSizeNil sets the value for Size to be an explicit nil
func (o *GetTokensV2) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil