Name | Type | Description | Notes |
---|---|---|---|
Account | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Operations | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Vhosts | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Apps | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewCertificateLinks() *CertificateLinks
NewCertificateLinks instantiates a new CertificateLinks 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 NewCertificateLinksWithDefaults() *CertificateLinks
NewCertificateLinksWithDefaults instantiates a new CertificateLinks 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 *CertificateLinks) GetAccount() ListAccountsForStack200ResponseLinksStack
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *CertificateLinks) 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 *CertificateLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)
SetAccount sets Account field to given value.
func (o *CertificateLinks) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *CertificateLinks) GetOperations() ListAccountsForStack200ResponseLinksStack
GetOperations returns the Operations field if non-nil, zero value otherwise.
func (o *CertificateLinks) 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 *CertificateLinks) SetOperations(v ListAccountsForStack200ResponseLinksStack)
SetOperations sets Operations field to given value.
func (o *CertificateLinks) HasOperations() bool
HasOperations returns a boolean if a field has been set.
func (o *CertificateLinks) GetVhosts() ListAccountsForStack200ResponseLinksStack
GetVhosts returns the Vhosts field if non-nil, zero value otherwise.
func (o *CertificateLinks) 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 *CertificateLinks) SetVhosts(v ListAccountsForStack200ResponseLinksStack)
SetVhosts sets Vhosts field to given value.
func (o *CertificateLinks) HasVhosts() bool
HasVhosts returns a boolean if a field has been set.
func (o *CertificateLinks) GetApps() ListAccountsForStack200ResponseLinksStack
GetApps returns the Apps field if non-nil, zero value otherwise.
func (o *CertificateLinks) GetAppsOk() (*ListAccountsForStack200ResponseLinksStack, bool)
GetAppsOk returns a tuple with the Apps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateLinks) SetApps(v ListAccountsForStack200ResponseLinksStack)
SetApps sets Apps field to given value.
func (o *CertificateLinks) HasApps() bool
HasApps returns a boolean if a field has been set.
func (o *CertificateLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *CertificateLinks) 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 *CertificateLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *CertificateLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.