Name | Type | Description | Notes |
---|---|---|---|
Self | Self | ||
Collection | Collection |
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
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
func (o *LdLinks) GetSelf() Self
GetSelf returns the Self field if non-nil, zero value otherwise.
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.
func (o *LdLinks) SetSelf(v Self)
SetSelf sets Self field to given value.
func (o *LdLinks) GetCollection() Collection
GetCollection returns the Collection field if non-nil, zero value otherwise.
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.
func (o *LdLinks) SetCollection(v Collection)
SetCollection sets Collection field to given value.