Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.41 KB

DomainLinks.md

File metadata and controls

92 lines (51 loc) · 2.41 KB

DomainLinks

Properties

Name Type Description Notes
Previous NullableString
Next NullableString

Methods

NewDomainLinks

func NewDomainLinks(previous NullableString, next NullableString, ) *DomainLinks

NewDomainLinks instantiates a new DomainLinks 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

NewDomainLinksWithDefaults

func NewDomainLinksWithDefaults() *DomainLinks

NewDomainLinksWithDefaults instantiates a new DomainLinks 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

GetPrevious

func (o *DomainLinks) GetPrevious() string

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

GetPreviousOk

func (o *DomainLinks) 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 *DomainLinks) SetPrevious(v string)

SetPrevious sets Previous field to given value.

SetPreviousNil

func (o *DomainLinks) SetPreviousNil(b bool)

SetPreviousNil sets the value for Previous to be an explicit nil

UnsetPrevious

func (o *DomainLinks) UnsetPrevious()

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

GetNext

func (o *DomainLinks) GetNext() string

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

GetNextOk

func (o *DomainLinks) 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 *DomainLinks) SetNext(v string)

SetNext sets Next field to given value.

SetNextNil

func (o *DomainLinks) SetNextNil(b bool)

SetNextNil sets the value for Next to be an explicit nil

UnsetNext

func (o *DomainLinks) UnsetNext()

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

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