Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.08 KB

MetricDrainLinks.md

File metadata and controls

160 lines (87 loc) · 5.08 KB

MetricDrainLinks

Properties

Name Type Description Notes
Account Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Database Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Operations Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Containers Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Self Pointer to ListAccountsForStack200ResponseLinksStack [optional]

Methods

NewMetricDrainLinks

func NewMetricDrainLinks() *MetricDrainLinks

NewMetricDrainLinks instantiates a new MetricDrainLinks 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

NewMetricDrainLinksWithDefaults

func NewMetricDrainLinksWithDefaults() *MetricDrainLinks

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

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

GetAccountOk

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

SetAccount sets Account field to given value.

HasAccount

func (o *MetricDrainLinks) HasAccount() bool

HasAccount returns a boolean if a field has been set.

GetDatabase

func (o *MetricDrainLinks) GetDatabase() ListAccountsForStack200ResponseLinksStack

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

GetDatabaseOk

func (o *MetricDrainLinks) 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 *MetricDrainLinks) SetDatabase(v ListAccountsForStack200ResponseLinksStack)

SetDatabase sets Database field to given value.

HasDatabase

func (o *MetricDrainLinks) HasDatabase() bool

HasDatabase returns a boolean if a field has been set.

GetOperations

func (o *MetricDrainLinks) GetOperations() ListAccountsForStack200ResponseLinksStack

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

GetOperationsOk

func (o *MetricDrainLinks) 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 *MetricDrainLinks) SetOperations(v ListAccountsForStack200ResponseLinksStack)

SetOperations sets Operations field to given value.

HasOperations

func (o *MetricDrainLinks) HasOperations() bool

HasOperations returns a boolean if a field has been set.

GetContainers

func (o *MetricDrainLinks) GetContainers() ListAccountsForStack200ResponseLinksStack

GetContainers returns the Containers field if non-nil, zero value otherwise.

GetContainersOk

func (o *MetricDrainLinks) GetContainersOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetContainers

func (o *MetricDrainLinks) SetContainers(v ListAccountsForStack200ResponseLinksStack)

SetContainers sets Containers field to given value.

HasContainers

func (o *MetricDrainLinks) HasContainers() bool

HasContainers returns a boolean if a field has been set.

GetSelf

func (o *MetricDrainLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *MetricDrainLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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