Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.35 KB

ResourceSetBindingResponseLinks.md

File metadata and controls

108 lines (59 loc) · 3.35 KB

ResourceSetBindingResponseLinks

Properties

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

Methods

NewResourceSetBindingResponseLinks

func NewResourceSetBindingResponseLinks() *ResourceSetBindingResponseLinks

NewResourceSetBindingResponseLinks instantiates a new ResourceSetBindingResponseLinks 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

NewResourceSetBindingResponseLinksWithDefaults

func NewResourceSetBindingResponseLinksWithDefaults() *ResourceSetBindingResponseLinks

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

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *ResourceSetBindingResponseLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetBindings

func (o *ResourceSetBindingResponseLinks) GetBindings() HrefObject

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

GetBindingsOk

func (o *ResourceSetBindingResponseLinks) 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 *ResourceSetBindingResponseLinks) SetBindings(v HrefObject)

SetBindings sets Bindings field to given value.

HasBindings

func (o *ResourceSetBindingResponseLinks) HasBindings() bool

HasBindings returns a boolean if a field has been set.

GetResourceSet

func (o *ResourceSetBindingResponseLinks) GetResourceSet() HrefObject

GetResourceSet returns the ResourceSet field if non-nil, zero value otherwise.

GetResourceSetOk

func (o *ResourceSetBindingResponseLinks) GetResourceSetOk() (*HrefObject, bool)

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

SetResourceSet

func (o *ResourceSetBindingResponseLinks) SetResourceSet(v HrefObject)

SetResourceSet sets ResourceSet field to given value.

HasResourceSet

func (o *ResourceSetBindingResponseLinks) HasResourceSet() bool

HasResourceSet returns a boolean if a field has been set.

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