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] |
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
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
func (o *ServiceLinks) GetAccount() ListAccountsForStack200ResponseLinksStack
GetAccount returns the Account field if non-nil, zero value otherwise.
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.
func (o *ServiceLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)
SetAccount sets Account field to given value.
func (o *ServiceLinks) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *ServiceLinks) GetCurrentRelease() ListAccountsForStack200ResponseLinksStack
GetCurrentRelease returns the CurrentRelease field if non-nil, zero value otherwise.
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.
func (o *ServiceLinks) SetCurrentRelease(v ListAccountsForStack200ResponseLinksStack)
SetCurrentRelease sets CurrentRelease field to given value.
func (o *ServiceLinks) HasCurrentRelease() bool
HasCurrentRelease returns a boolean if a field has been set.
func (o *ServiceLinks) GetApp() ListAccountsForStack200ResponseLinksStack
GetApp returns the App field if non-nil, zero value otherwise.
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.
func (o *ServiceLinks) SetApp(v ListAccountsForStack200ResponseLinksStack)
SetApp sets App field to given value.
func (o *ServiceLinks) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *ServiceLinks) GetDatabase() ListAccountsForStack200ResponseLinksStack
GetDatabase returns the Database field if non-nil, zero value otherwise.
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.
func (o *ServiceLinks) SetDatabase(v ListAccountsForStack200ResponseLinksStack)
SetDatabase sets Database field to given value.
func (o *ServiceLinks) HasDatabase() bool
HasDatabase returns a boolean if a field has been set.
func (o *ServiceLinks) GetOperations() ListAccountsForStack200ResponseLinksStack
GetOperations returns the Operations field if non-nil, zero value otherwise.
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.
func (o *ServiceLinks) SetOperations(v ListAccountsForStack200ResponseLinksStack)
SetOperations sets Operations field to given value.
func (o *ServiceLinks) HasOperations() bool
HasOperations returns a boolean if a field has been set.
func (o *ServiceLinks) GetReleases() ListAccountsForStack200ResponseLinksStack
GetReleases returns the Releases field if non-nil, zero value otherwise.
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.
func (o *ServiceLinks) SetReleases(v ListAccountsForStack200ResponseLinksStack)
SetReleases sets Releases field to given value.
func (o *ServiceLinks) HasReleases() bool
HasReleases returns a boolean if a field has been set.
func (o *ServiceLinks) GetVhosts() ListAccountsForStack200ResponseLinksStack
GetVhosts returns the Vhosts field if non-nil, zero value otherwise.
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.
func (o *ServiceLinks) SetVhosts(v ListAccountsForStack200ResponseLinksStack)
SetVhosts sets Vhosts field to given value.
func (o *ServiceLinks) HasVhosts() bool
HasVhosts returns a boolean if a field has been set.
func (o *ServiceLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
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.
func (o *ServiceLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *ServiceLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.