Name | Type | Description | Notes |
---|---|---|---|
Next | Pointer to ResourceLinksSelf | [optional] | |
Prev | Pointer to ResourceLinksSelf | [optional] |
func NewCollectionHalLinks() *CollectionHalLinks
NewCollectionHalLinks instantiates a new CollectionHalLinks 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
func NewCollectionHalLinksWithDefaults() *CollectionHalLinks
NewCollectionHalLinksWithDefaults instantiates a new CollectionHalLinks 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
func (o *CollectionHalLinks) GetNext() ResourceLinksSelf
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *CollectionHalLinks) GetNextOk() (*ResourceLinksSelf, 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.
func (o *CollectionHalLinks) SetNext(v ResourceLinksSelf)
SetNext sets Next field to given value.
func (o *CollectionHalLinks) HasNext() bool
HasNext returns a boolean if a field has been set.
func (o *CollectionHalLinks) GetPrev() ResourceLinksSelf
GetPrev returns the Prev field if non-nil, zero value otherwise.
func (o *CollectionHalLinks) GetPrevOk() (*ResourceLinksSelf, bool)
GetPrevOk returns a tuple with the Prev field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionHalLinks) SetPrev(v ResourceLinksSelf)
SetPrev sets Prev field to given value.
func (o *CollectionHalLinks) HasPrev() bool
HasPrev returns a boolean if a field has been set.