Name | Type | Description | Notes |
---|---|---|---|
Database | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Operations | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewDatabaseCredentialLinks() *DatabaseCredentialLinks
NewDatabaseCredentialLinks instantiates a new DatabaseCredentialLinks 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 NewDatabaseCredentialLinksWithDefaults() *DatabaseCredentialLinks
NewDatabaseCredentialLinksWithDefaults instantiates a new DatabaseCredentialLinks 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 *DatabaseCredentialLinks) GetDatabase() ListAccountsForStack200ResponseLinksStack
GetDatabase returns the Database field if non-nil, zero value otherwise.
func (o *DatabaseCredentialLinks) 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 *DatabaseCredentialLinks) SetDatabase(v ListAccountsForStack200ResponseLinksStack)
SetDatabase sets Database field to given value.
func (o *DatabaseCredentialLinks) HasDatabase() bool
HasDatabase returns a boolean if a field has been set.
func (o *DatabaseCredentialLinks) GetOperations() ListAccountsForStack200ResponseLinksStack
GetOperations returns the Operations field if non-nil, zero value otherwise.
func (o *DatabaseCredentialLinks) 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 *DatabaseCredentialLinks) SetOperations(v ListAccountsForStack200ResponseLinksStack)
SetOperations sets Operations field to given value.
func (o *DatabaseCredentialLinks) HasOperations() bool
HasOperations returns a boolean if a field has been set.
func (o *DatabaseCredentialLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *DatabaseCredentialLinks) 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 *DatabaseCredentialLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *DatabaseCredentialLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.