mirror of https://github.com/databricks/cli.git
9 lines
209 B
Go
9 lines
209 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceExternalLocations struct {
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Names []string `json:"names,omitempty"`
|
||
|
}
|