Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.96 KB

CertificateLinks.md

File metadata and controls

160 lines (87 loc) · 4.96 KB

CertificateLinks

Properties

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]

Methods

NewCertificateLinks

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

NewCertificateLinksWithDefaults

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

GetAccount

func (o *CertificateLinks) GetAccount() ListAccountsForStack200ResponseLinksStack

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

GetAccountOk

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.

SetAccount

func (o *CertificateLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)

SetAccount sets Account field to given value.

HasAccount

func (o *CertificateLinks) HasAccount() bool

HasAccount returns a boolean if a field has been set.

GetOperations

func (o *CertificateLinks) GetOperations() ListAccountsForStack200ResponseLinksStack

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

GetOperationsOk

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.

SetOperations

func (o *CertificateLinks) SetOperations(v ListAccountsForStack200ResponseLinksStack)

SetOperations sets Operations field to given value.

HasOperations

func (o *CertificateLinks) HasOperations() bool

HasOperations returns a boolean if a field has been set.

GetVhosts

func (o *CertificateLinks) GetVhosts() ListAccountsForStack200ResponseLinksStack

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

GetVhostsOk

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.

SetVhosts

func (o *CertificateLinks) SetVhosts(v ListAccountsForStack200ResponseLinksStack)

SetVhosts sets Vhosts field to given value.

HasVhosts

func (o *CertificateLinks) HasVhosts() bool

HasVhosts returns a boolean if a field has been set.

GetApps

func (o *CertificateLinks) GetApps() ListAccountsForStack200ResponseLinksStack

GetApps returns the Apps field if non-nil, zero value otherwise.

GetAppsOk

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.

SetApps

func (o *CertificateLinks) SetApps(v ListAccountsForStack200ResponseLinksStack)

SetApps sets Apps field to given value.

HasApps

func (o *CertificateLinks) HasApps() bool

HasApps returns a boolean if a field has been set.

GetSelf

func (o *CertificateLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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.

SetSelf

func (o *CertificateLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)

SetSelf sets Self field to given value.

HasSelf

func (o *CertificateLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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