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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceNotebook struct {
     6  	ContentBase64 string `json:"content_base64,omitempty"`
     7  	Format        string `json:"format,omitempty"`
     8  	Id            string `json:"id,omitempty"`
     9  	Language      string `json:"language,omitempty"`
    10  	Md5           string `json:"md5,omitempty"`
    11  	ObjectId      int    `json:"object_id,omitempty"`
    12  	ObjectType    string `json:"object_type,omitempty"`
    13  	Path          string `json:"path"`
    14  	Source        string `json:"source,omitempty"`
    15  	Url           string `json:"url,omitempty"`
    16  }