databricks-cli/bundle/internal/tf/schema/resource_directory.go

11 lines
317 B
Go
Raw Permalink Normal View History

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceDirectory struct {
DeleteRecursive bool `json:"delete_recursive,omitempty"`
Id string `json:"id,omitempty"`
ObjectId int `json:"object_id,omitempty"`
Path string `json:"path"`
}