Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.49 KB

ListServicesForAccount200ResponseLinks.md

File metadata and controls

160 lines (87 loc) · 5.49 KB

ListServicesForAccount200ResponseLinks

Properties

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

Methods

NewListServicesForAccount200ResponseLinks

func NewListServicesForAccount200ResponseLinks() *ListServicesForAccount200ResponseLinks

NewListServicesForAccount200ResponseLinks instantiates a new ListServicesForAccount200ResponseLinks 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

NewListServicesForAccount200ResponseLinksWithDefaults

func NewListServicesForAccount200ResponseLinksWithDefaults() *ListServicesForAccount200ResponseLinks

NewListServicesForAccount200ResponseLinksWithDefaults instantiates a new ListServicesForAccount200ResponseLinks 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

GetAccount

func (o *ListServicesForAccount200ResponseLinks) GetAccount() ListAccountsForStack200ResponseLinksStack

GetAccount returns the Account field if non-nil, zero value otherwise.

GetAccountOk

func (o *ListServicesForAccount200ResponseLinks) GetAccountOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetAccount

func (o *ListServicesForAccount200ResponseLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)

SetAccount sets Account field to given value.

HasAccount

func (o *ListServicesForAccount200ResponseLinks) HasAccount() bool

HasAccount returns a boolean if a field has been set.

GetApp

func (o *ListServicesForAccount200ResponseLinks) GetApp() ListAccountsForStack200ResponseLinksStack

GetApp returns the App field if non-nil, zero value otherwise.

GetAppOk

func (o *ListServicesForAccount200ResponseLinks) GetAppOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetApp

func (o *ListServicesForAccount200ResponseLinks) SetApp(v ListAccountsForStack200ResponseLinksStack)

SetApp sets App field to given value.

HasApp

func (o *ListServicesForAccount200ResponseLinks) HasApp() bool

HasApp returns a boolean if a field has been set.

GetNext

func (o *ListServicesForAccount200ResponseLinks) GetNext() ListAccountsForStack200ResponseLinksStack

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

GetNextOk

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

SetNext sets Next field to given value.

HasNext

func (o *ListServicesForAccount200ResponseLinks) HasNext() bool

HasNext returns a boolean if a field has been set.

GetPrev

func (o *ListServicesForAccount200ResponseLinks) GetPrev() ListAccountsForStack200ResponseLinksStack

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

GetPrevOk

func (o *ListServicesForAccount200ResponseLinks) 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 *ListServicesForAccount200ResponseLinks) SetPrev(v ListAccountsForStack200ResponseLinksStack)

SetPrev sets Prev field to given value.

HasPrev

func (o *ListServicesForAccount200ResponseLinks) HasPrev() bool

HasPrev returns a boolean if a field has been set.

GetSelf

func (o *ListServicesForAccount200ResponseLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *ListServicesForAccount200ResponseLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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