2023-05-23 17:33:24 +00:00
|
|
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
|
|
|
|
package schema
|
|
|
|
|
|
|
|
type ResourceWorkspaceFile struct {
|
|
|
|
ContentBase64 string `json:"content_base64,omitempty"`
|
|
|
|
Id string `json:"id,omitempty"`
|
|
|
|
Md5 string `json:"md5,omitempty"`
|
|
|
|
ObjectId int `json:"object_id,omitempty"`
|
|
|
|
Path string `json:"path"`
|
|
|
|
Source string `json:"source,omitempty"`
|
|
|
|
Url string `json:"url,omitempty"`
|
2023-12-11 21:53:21 +00:00
|
|
|
WorkspacePath string `json:"workspace_path,omitempty"`
|
2023-05-23 17:33:24 +00:00
|
|
|
}
|