Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.83 KB

ListDiskAttachmentsForService200ResponseLinks.md

File metadata and controls

134 lines (73 loc) · 4.83 KB

ListDiskAttachmentsForService200ResponseLinks

Properties

Name Type Description Notes
Service Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Next Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Prev Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Self Pointer to ListAccountsForStack200ResponseLinksStack [optional]

Methods

NewListDiskAttachmentsForService200ResponseLinks

func NewListDiskAttachmentsForService200ResponseLinks() *ListDiskAttachmentsForService200ResponseLinks

NewListDiskAttachmentsForService200ResponseLinks instantiates a new ListDiskAttachmentsForService200ResponseLinks 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

NewListDiskAttachmentsForService200ResponseLinksWithDefaults

func NewListDiskAttachmentsForService200ResponseLinksWithDefaults() *ListDiskAttachmentsForService200ResponseLinks

NewListDiskAttachmentsForService200ResponseLinksWithDefaults instantiates a new ListDiskAttachmentsForService200ResponseLinks 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

GetService

func (o *ListDiskAttachmentsForService200ResponseLinks) GetService() ListAccountsForStack200ResponseLinksStack

GetService returns the Service field if non-nil, zero value otherwise.

GetServiceOk

func (o *ListDiskAttachmentsForService200ResponseLinks) GetServiceOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetService

func (o *ListDiskAttachmentsForService200ResponseLinks) SetService(v ListAccountsForStack200ResponseLinksStack)

SetService sets Service field to given value.

HasService

func (o *ListDiskAttachmentsForService200ResponseLinks) HasService() bool

HasService returns a boolean if a field has been set.

GetNext

func (o *ListDiskAttachmentsForService200ResponseLinks) GetNext() ListAccountsForStack200ResponseLinksStack

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

GetNextOk

func (o *ListDiskAttachmentsForService200ResponseLinks) GetNextOk() (*ListAccountsForStack200ResponseLinksStack, 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 *ListDiskAttachmentsForService200ResponseLinks) SetNext(v ListAccountsForStack200ResponseLinksStack)

SetNext sets Next field to given value.

HasNext

func (o *ListDiskAttachmentsForService200ResponseLinks) HasNext() bool

HasNext returns a boolean if a field has been set.

GetPrev

func (o *ListDiskAttachmentsForService200ResponseLinks) GetPrev() ListAccountsForStack200ResponseLinksStack

GetPrev returns the Prev field if non-nil, zero value otherwise.

GetPrevOk

func (o *ListDiskAttachmentsForService200ResponseLinks) GetPrevOk() (*ListAccountsForStack200ResponseLinksStack, 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.

SetPrev

func (o *ListDiskAttachmentsForService200ResponseLinks) SetPrev(v ListAccountsForStack200ResponseLinksStack)

SetPrev sets Prev field to given value.

HasPrev

func (o *ListDiskAttachmentsForService200ResponseLinks) HasPrev() bool

HasPrev returns a boolean if a field has been set.

GetSelf

func (o *ListDiskAttachmentsForService200ResponseLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *ListDiskAttachmentsForService200ResponseLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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