Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.21 KB

PersonalTokenResponseWithResultsLinks.md

File metadata and controls

102 lines (57 loc) · 3.21 KB

PersonalTokenResponseWithResultsLinks

Properties

Name Type Description Notes
Next Pointer to NullableString [optional]
Previous Pointer to NullableString [optional]

Methods

NewPersonalTokenResponseWithResultsLinks

func NewPersonalTokenResponseWithResultsLinks() *PersonalTokenResponseWithResultsLinks

NewPersonalTokenResponseWithResultsLinks instantiates a new PersonalTokenResponseWithResultsLinks 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

NewPersonalTokenResponseWithResultsLinksWithDefaults

func NewPersonalTokenResponseWithResultsLinksWithDefaults() *PersonalTokenResponseWithResultsLinks

NewPersonalTokenResponseWithResultsLinksWithDefaults instantiates a new PersonalTokenResponseWithResultsLinks 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

GetNext

func (o *PersonalTokenResponseWithResultsLinks) GetNext() string

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

func (o *PersonalTokenResponseWithResultsLinks) GetNextOk() (*string, bool)

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

SetNext

func (o *PersonalTokenResponseWithResultsLinks) SetNext(v string)

SetNext sets Next field to given value.

HasNext

func (o *PersonalTokenResponseWithResultsLinks) HasNext() bool

HasNext returns a boolean if a field has been set.

SetNextNil

func (o *PersonalTokenResponseWithResultsLinks) SetNextNil(b bool)

SetNextNil sets the value for Next to be an explicit nil

UnsetNext

func (o *PersonalTokenResponseWithResultsLinks) UnsetNext()

UnsetNext ensures that no value is present for Next, not even an explicit nil

GetPrevious

func (o *PersonalTokenResponseWithResultsLinks) GetPrevious() string

GetPrevious returns the Previous field if non-nil, zero value otherwise.

GetPreviousOk

func (o *PersonalTokenResponseWithResultsLinks) GetPreviousOk() (*string, bool)

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

SetPrevious

func (o *PersonalTokenResponseWithResultsLinks) SetPrevious(v string)

SetPrevious sets Previous field to given value.

HasPrevious

func (o *PersonalTokenResponseWithResultsLinks) HasPrevious() bool

HasPrevious returns a boolean if a field has been set.

SetPreviousNil

func (o *PersonalTokenResponseWithResultsLinks) SetPreviousNil(b bool)

SetPreviousNil sets the value for Previous to be an explicit nil

UnsetPrevious

func (o *PersonalTokenResponseWithResultsLinks) UnsetPrevious()

UnsetPrevious ensures that no value is present for Previous, not even an explicit nil

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