Skip to content

Latest commit

 

History

History
133 lines (74 loc) · 3.55 KB

File metadata and controls

133 lines (74 loc) · 3.55 KB

VhtItemLinks

Properties

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

Methods

NewVhtItemLinks

func NewVhtItemLinks(self HalLinkData, ) *VhtItemLinks

NewVhtItemLinks instantiates a new VhtItemLinks 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

NewVhtItemLinksWithDefaults

func NewVhtItemLinksWithDefaults() *VhtItemLinks

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

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

GetCollectionOk

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

SetCollection sets Collection field to given value.

HasCollection

func (o *VhtItemLinks) HasCollection() bool

HasCollection returns a boolean if a field has been set.

GetCreate

func (o *VhtItemLinks) GetCreate() HalLinkData

GetCreate returns the Create field if non-nil, zero value otherwise.

GetCreateOk

func (o *VhtItemLinks) GetCreateOk() (*HalLinkData, bool)

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

SetCreate

func (o *VhtItemLinks) SetCreate(v HalLinkData)

SetCreate sets Create field to given value.

HasCreate

func (o *VhtItemLinks) HasCreate() bool

HasCreate returns a boolean if a field has been set.

GetInstance

func (o *VhtItemLinks) GetInstance() HalLinkData

GetInstance returns the Instance field if non-nil, zero value otherwise.

GetInstanceOk

func (o *VhtItemLinks) GetInstanceOk() (*HalLinkData, bool)

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

SetInstance

func (o *VhtItemLinks) SetInstance(v HalLinkData)

SetInstance sets Instance field to given value.

HasInstance

func (o *VhtItemLinks) HasInstance() bool

HasInstance returns a boolean if a field has been set.

GetSelf

func (o *VhtItemLinks) GetSelf() HalLinkData

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

GetSelfOk

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

SetSelf sets Self field to given value.

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