Skip to content

Latest commit

 

History

History
81 lines (46 loc) · 2.56 KB

EndpointDeprecationNoticeLinks.md

File metadata and controls

81 lines (46 loc) · 2.56 KB

EndpointDeprecationNoticeLinks

Properties

Name Type Description Notes
Collection Pointer to HalLinkData [optional]
Self HalLinkData

Methods

NewEndpointDeprecationNoticeLinks

func NewEndpointDeprecationNoticeLinks(self HalLinkData, ) *EndpointDeprecationNoticeLinks

NewEndpointDeprecationNoticeLinks instantiates a new EndpointDeprecationNoticeLinks 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

NewEndpointDeprecationNoticeLinksWithDefaults

func NewEndpointDeprecationNoticeLinksWithDefaults() *EndpointDeprecationNoticeLinks

NewEndpointDeprecationNoticeLinksWithDefaults instantiates a new EndpointDeprecationNoticeLinks 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

GetCollection

func (o *EndpointDeprecationNoticeLinks) GetCollection() HalLinkData

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

GetCollectionOk

func (o *EndpointDeprecationNoticeLinks) GetCollectionOk() (*HalLinkData, 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 *EndpointDeprecationNoticeLinks) SetCollection(v HalLinkData)

SetCollection sets Collection field to given value.

HasCollection

func (o *EndpointDeprecationNoticeLinks) HasCollection() bool

HasCollection returns a boolean if a field has been set.

GetSelf

func (o *EndpointDeprecationNoticeLinks) GetSelf() HalLinkData

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

GetSelfOk

func (o *EndpointDeprecationNoticeLinks) GetSelfOk() (*HalLinkData, 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 *EndpointDeprecationNoticeLinks) SetSelf(v HalLinkData)

SetSelf sets Self field to given value.

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