Skip to content

Latest commit

 

History

History
76 lines (43 loc) · 2.18 KB

VendorItemLinks.md

File metadata and controls

76 lines (43 loc) · 2.18 KB

VendorItemLinks

Properties

Name Type Description Notes
Collection HalLinkData
Self HalLinkData

Methods

NewVendorItemLinks

func NewVendorItemLinks(collection HalLinkData, self HalLinkData, ) *VendorItemLinks

NewVendorItemLinks instantiates a new VendorItemLinks 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

NewVendorItemLinksWithDefaults

func NewVendorItemLinksWithDefaults() *VendorItemLinks

NewVendorItemLinksWithDefaults instantiates a new VendorItemLinks 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 *VendorItemLinks) GetCollection() HalLinkData

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

GetCollectionOk

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

SetCollection sets Collection field to given value.

GetSelf

func (o *VendorItemLinks) GetSelf() HalLinkData

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

GetSelfOk

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

SetSelf sets Self field to given value.

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