mirror of https://github.com/databricks/cli.git
10 lines
238 B
Go
10 lines
238 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceDirectory struct {
|
||
|
Id string `json:"id,omitempty"`
|
||
|
ObjectId int `json:"object_id,omitempty"`
|
||
|
Path string `json:"path"`
|
||
|
}
|