Name | Type | Description | Notes |
---|---|---|---|
Databases | Pointer to []ApiAtlasDataLakeDatabaseView | Array that contains the queryable databases and collections for this data lake. | [optional] [readonly] |
Stores | Pointer to []ApiAtlasDataLakeStoreView | Array that contains the data stores for the data lake. | [optional] |
func NewApiAtlasDataLakeStorageView() *ApiAtlasDataLakeStorageView
NewApiAtlasDataLakeStorageView instantiates a new ApiAtlasDataLakeStorageView 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 NewApiAtlasDataLakeStorageViewWithDefaults() *ApiAtlasDataLakeStorageView
NewApiAtlasDataLakeStorageViewWithDefaults instantiates a new ApiAtlasDataLakeStorageView 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 *ApiAtlasDataLakeStorageView) GetDatabases() []ApiAtlasDataLakeDatabaseView
GetDatabases returns the Databases field if non-nil, zero value otherwise.
func (o *ApiAtlasDataLakeStorageView) GetDatabasesOk() (*[]ApiAtlasDataLakeDatabaseView, 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 *ApiAtlasDataLakeStorageView) SetDatabases(v []ApiAtlasDataLakeDatabaseView)
SetDatabases sets Databases field to given value.
func (o *ApiAtlasDataLakeStorageView) HasDatabases() bool
HasDatabases returns a boolean if a field has been set.
func (o *ApiAtlasDataLakeStorageView) GetStores() []ApiAtlasDataLakeStoreView
GetStores returns the Stores field if non-nil, zero value otherwise.
func (o *ApiAtlasDataLakeStorageView) GetStoresOk() (*[]ApiAtlasDataLakeStoreView, bool)
GetStoresOk returns a tuple with the Stores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasDataLakeStorageView) SetStores(v []ApiAtlasDataLakeStoreView)
SetStores sets Stores field to given value.
func (o *ApiAtlasDataLakeStorageView) HasStores() bool
HasStores returns a boolean if a field has been set.