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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type DataSourceNotebook struct {
     6  	Content    string `json:"content,omitempty"`
     7  	Format     string `json:"format"`
     8  	Id         string `json:"id,omitempty"`
     9  	Language   string `json:"language,omitempty"`
    10  	ObjectId   int    `json:"object_id,omitempty"`
    11  	ObjectType string `json:"object_type,omitempty"`
    12  	Path       string `json:"path"`
    13  }