Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.86 KB

LdLinks.md

File metadata and controls

72 lines (39 loc) · 1.86 KB

LdLinks

Properties

Name Type Description Notes
Self Self
Collection Collection

Methods

NewLdLinks

func NewLdLinks(self Self, collection Collection, ) *LdLinks

NewLdLinks instantiates a new LdLinks 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

NewLdLinksWithDefaults

func NewLdLinksWithDefaults() *LdLinks

NewLdLinksWithDefaults instantiates a new LdLinks 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 *LdLinks) GetSelf() Self

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

GetSelfOk

func (o *LdLinks) 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 *LdLinks) SetSelf(v Self)

SetSelf sets Self field to given value.

GetCollection

func (o *LdLinks) GetCollection() Collection

GetCollection returns the Collection field if non-nil, zero value otherwise.

GetCollectionOk

func (o *LdLinks) GetCollectionOk() (*Collection, bool)

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

SetCollection

func (o *LdLinks) SetCollection(v Collection)

SetCollection sets Collection field to given value.

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