Name | Type | Description | Notes |
---|---|---|---|
Databases | Pointer to []Database | [optional] |
func NewListDatabasesForAccount200ResponseEmbedded() *ListDatabasesForAccount200ResponseEmbedded
NewListDatabasesForAccount200ResponseEmbedded instantiates a new ListDatabasesForAccount200ResponseEmbedded 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 NewListDatabasesForAccount200ResponseEmbeddedWithDefaults() *ListDatabasesForAccount200ResponseEmbedded
NewListDatabasesForAccount200ResponseEmbeddedWithDefaults instantiates a new ListDatabasesForAccount200ResponseEmbedded 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 *ListDatabasesForAccount200ResponseEmbedded) GetDatabases() []Database
GetDatabases returns the Databases field if non-nil, zero value otherwise.
func (o *ListDatabasesForAccount200ResponseEmbedded) GetDatabasesOk() (*[]Database, bool)
GetDatabasesOk returns a tuple with the Databases field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListDatabasesForAccount200ResponseEmbedded) SetDatabases(v []Database)
SetDatabases sets Databases field to given value.
func (o *ListDatabasesForAccount200ResponseEmbedded) HasDatabases() bool
HasDatabases returns a boolean if a field has been set.