Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.32 KB

Links.md

File metadata and controls

93 lines (50 loc) · 2.32 KB

Links

Properties

Name Type Description Notes
Self Self
Parent Parent
ValidateSet ValidateSet

Methods

NewLinks

func NewLinks(self Self, parent Parent, validateSet ValidateSet, ) *Links

NewLinks instantiates a new Links 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

NewLinksWithDefaults

func NewLinksWithDefaults() *Links

NewLinksWithDefaults instantiates a new Links 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

GetSelf

func (o *Links) GetSelf() Self

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *Links) GetSelfOk() (*Self, bool)

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

SetSelf

func (o *Links) SetSelf(v Self)

SetSelf sets Self field to given value.

GetParent

func (o *Links) GetParent() Parent

GetParent returns the Parent field if non-nil, zero value otherwise.

GetParentOk

func (o *Links) GetParentOk() (*Parent, bool)

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

SetParent

func (o *Links) SetParent(v Parent)

SetParent sets Parent field to given value.

GetValidateSet

func (o *Links) GetValidateSet() ValidateSet

GetValidateSet returns the ValidateSet field if non-nil, zero value otherwise.

GetValidateSetOk

func (o *Links) GetValidateSetOk() (*ValidateSet, bool)

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

SetValidateSet

func (o *Links) SetValidateSet(v ValidateSet)

SetValidateSet sets ValidateSet field to given value.

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