github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/data_source_notebook_paths.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type DataSourceNotebookPaths struct {
     6  	Id               string `json:"id,omitempty"`
     7  	NotebookPathList []any  `json:"notebook_path_list,omitempty"`
     8  	Path             string `json:"path"`
     9  	Recursive        bool   `json:"recursive"`
    10  }