databricks-cli/bundle/internal/tf/schema/data_source_notebook_paths.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"`
}