Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.98 KB

ResourceSetLinks.md

File metadata and controls

108 lines (59 loc) · 2.98 KB

ResourceSetLinks

Properties

Name Type Description Notes
Self Pointer to HrefObjectSelfLink [optional]
Resources Pointer to HrefObject [optional]
Bindings Pointer to HrefObject [optional]

Methods

NewResourceSetLinks

func NewResourceSetLinks() *ResourceSetLinks

NewResourceSetLinks instantiates a new ResourceSetLinks 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

NewResourceSetLinksWithDefaults

func NewResourceSetLinksWithDefaults() *ResourceSetLinks

NewResourceSetLinksWithDefaults instantiates a new ResourceSetLinks 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 *ResourceSetLinks) GetSelf() HrefObjectSelfLink

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *ResourceSetLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetResources

func (o *ResourceSetLinks) GetResources() HrefObject

GetResources returns the Resources field if non-nil, zero value otherwise.

GetResourcesOk

func (o *ResourceSetLinks) GetResourcesOk() (*HrefObject, bool)

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

SetResources

func (o *ResourceSetLinks) SetResources(v HrefObject)

SetResources sets Resources field to given value.

HasResources

func (o *ResourceSetLinks) HasResources() bool

HasResources returns a boolean if a field has been set.

GetBindings

func (o *ResourceSetLinks) GetBindings() HrefObject

GetBindings returns the Bindings field if non-nil, zero value otherwise.

GetBindingsOk

func (o *ResourceSetLinks) GetBindingsOk() (*HrefObject, bool)

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

SetBindings

func (o *ResourceSetLinks) SetBindings(v HrefObject)

SetBindings sets Bindings field to given value.

HasBindings

func (o *ResourceSetLinks) HasBindings() bool

HasBindings returns a boolean if a field has been set.

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