Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 7.35 KB

ServiceLinks.md

File metadata and controls

238 lines (129 loc) · 7.35 KB

ServiceLinks

Properties

Name Type Description Notes
Account Pointer to ListAccountsForStack200ResponseLinksStack [optional]
CurrentRelease Pointer to ListAccountsForStack200ResponseLinksStack [optional]
App Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Database Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Operations Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Releases Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Vhosts Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Self Pointer to ListAccountsForStack200ResponseLinksStack [optional]

Methods

NewServiceLinks

func NewServiceLinks() *ServiceLinks

NewServiceLinks instantiates a new ServiceLinks 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

NewServiceLinksWithDefaults

func NewServiceLinksWithDefaults() *ServiceLinks

NewServiceLinksWithDefaults instantiates a new ServiceLinks 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 *ServiceLinks) GetAccount() ListAccountsForStack200ResponseLinksStack

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

GetAccountOk

func (o *ServiceLinks) 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 *ServiceLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)

SetAccount sets Account field to given value.

HasAccount

func (o *ServiceLinks) HasAccount() bool

HasAccount returns a boolean if a field has been set.

GetCurrentRelease

func (o *ServiceLinks) GetCurrentRelease() ListAccountsForStack200ResponseLinksStack

GetCurrentRelease returns the CurrentRelease field if non-nil, zero value otherwise.

GetCurrentReleaseOk

func (o *ServiceLinks) GetCurrentReleaseOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetCurrentRelease

func (o *ServiceLinks) SetCurrentRelease(v ListAccountsForStack200ResponseLinksStack)

SetCurrentRelease sets CurrentRelease field to given value.

HasCurrentRelease

func (o *ServiceLinks) HasCurrentRelease() bool

HasCurrentRelease returns a boolean if a field has been set.

GetApp

func (o *ServiceLinks) GetApp() ListAccountsForStack200ResponseLinksStack

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

GetAppOk

func (o *ServiceLinks) 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 *ServiceLinks) SetApp(v ListAccountsForStack200ResponseLinksStack)

SetApp sets App field to given value.

HasApp

func (o *ServiceLinks) HasApp() bool

HasApp returns a boolean if a field has been set.

GetDatabase

func (o *ServiceLinks) GetDatabase() ListAccountsForStack200ResponseLinksStack

GetDatabase returns the Database field if non-nil, zero value otherwise.

GetDatabaseOk

func (o *ServiceLinks) GetDatabaseOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetDatabase

func (o *ServiceLinks) SetDatabase(v ListAccountsForStack200ResponseLinksStack)

SetDatabase sets Database field to given value.

HasDatabase

func (o *ServiceLinks) HasDatabase() bool

HasDatabase returns a boolean if a field has been set.

GetOperations

func (o *ServiceLinks) GetOperations() ListAccountsForStack200ResponseLinksStack

GetOperations returns the Operations field if non-nil, zero value otherwise.

GetOperationsOk

func (o *ServiceLinks) GetOperationsOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetOperations

func (o *ServiceLinks) SetOperations(v ListAccountsForStack200ResponseLinksStack)

SetOperations sets Operations field to given value.

HasOperations

func (o *ServiceLinks) HasOperations() bool

HasOperations returns a boolean if a field has been set.

GetReleases

func (o *ServiceLinks) GetReleases() ListAccountsForStack200ResponseLinksStack

GetReleases returns the Releases field if non-nil, zero value otherwise.

GetReleasesOk

func (o *ServiceLinks) GetReleasesOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetReleases

func (o *ServiceLinks) SetReleases(v ListAccountsForStack200ResponseLinksStack)

SetReleases sets Releases field to given value.

HasReleases

func (o *ServiceLinks) HasReleases() bool

HasReleases returns a boolean if a field has been set.

GetVhosts

func (o *ServiceLinks) GetVhosts() ListAccountsForStack200ResponseLinksStack

GetVhosts returns the Vhosts field if non-nil, zero value otherwise.

GetVhostsOk

func (o *ServiceLinks) GetVhostsOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetVhosts

func (o *ServiceLinks) SetVhosts(v ListAccountsForStack200ResponseLinksStack)

SetVhosts sets Vhosts field to given value.

HasVhosts

func (o *ServiceLinks) HasVhosts() bool

HasVhosts returns a boolean if a field has been set.

GetSelf

func (o *ServiceLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *ServiceLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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