Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.46 KB

ResourceSetResourcesLinks.md

File metadata and controls

82 lines (45 loc) · 2.46 KB

ResourceSetResourcesLinks

Properties

Name Type Description Notes
Next Pointer to HrefObject [optional]
ResourceSet Pointer to HrefObject [optional]

Methods

NewResourceSetResourcesLinks

func NewResourceSetResourcesLinks() *ResourceSetResourcesLinks

NewResourceSetResourcesLinks instantiates a new ResourceSetResourcesLinks 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

NewResourceSetResourcesLinksWithDefaults

func NewResourceSetResourcesLinksWithDefaults() *ResourceSetResourcesLinks

NewResourceSetResourcesLinksWithDefaults instantiates a new ResourceSetResourcesLinks 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

GetNext

func (o *ResourceSetResourcesLinks) GetNext() HrefObject

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

func (o *ResourceSetResourcesLinks) GetNextOk() (*HrefObject, bool)

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

SetNext

func (o *ResourceSetResourcesLinks) SetNext(v HrefObject)

SetNext sets Next field to given value.

HasNext

func (o *ResourceSetResourcesLinks) HasNext() bool

HasNext returns a boolean if a field has been set.

GetResourceSet

func (o *ResourceSetResourcesLinks) GetResourceSet() HrefObject

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

GetResourceSetOk

func (o *ResourceSetResourcesLinks) 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 *ResourceSetResourcesLinks) SetResourceSet(v HrefObject)

SetResourceSet sets ResourceSet field to given value.

HasResourceSet

func (o *ResourceSetResourcesLinks) HasResourceSet() bool

HasResourceSet returns a boolean if a field has been set.

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