mirror of https://github.com/databricks/cli.git
14 lines
421 B
Go
14 lines
421 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceNotebook struct {
|
||
|
Content string `json:"content,omitempty"`
|
||
|
Format string `json:"format"`
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Language string `json:"language,omitempty"`
|
||
|
ObjectId int `json:"object_id,omitempty"`
|
||
|
ObjectType string `json:"object_type,omitempty"`
|
||
|
Path string `json:"path"`
|
||
|
}
|