mirror of https://github.com/databricks/cli.git
10 lines
253 B
Go
10 lines
253 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceSchemas struct {
|
||
|
CatalogName string `json:"catalog_name"`
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Ids []string `json:"ids,omitempty"`
|
||
|
}
|