|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
package schema
|
|
|
|
type DataSourceViews struct {
|
|
CatalogName string `json:"catalog_name"`
|
|
Id string `json:"id,omitempty"`
|
|
Ids []string `json:"ids,omitempty"`
|
|
SchemaName string `json:"schema_name"`
|
|
}
|