mirror of https://github.com/databricks/cli.git
11 lines
319 B
Go
11 lines
319 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceNotebookPaths struct {
|
||
|
Id string `json:"id,omitempty"`
|
||
|
NotebookPathList []any `json:"notebook_path_list,omitempty"`
|
||
|
Path string `json:"path"`
|
||
|
Recursive bool `json:"recursive"`
|
||
|
}
|