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