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

11 lines
308 B
Go

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceSystemSchema struct {
Id string `json:"id,omitempty"`
MetastoreId string `json:"metastore_id,omitempty"`
Schema string `json:"schema,omitempty"`
State string `json:"state,omitempty"`
}