mirror of https://github.com/databricks/cli.git
12 lines
357 B
Go
12 lines
357 B
Go
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
package schema
|
|
|
|
type ResourceSystemSchema struct {
|
|
FullName string `json:"full_name,omitempty"`
|
|
Id string `json:"id,omitempty"`
|
|
MetastoreId string `json:"metastore_id,omitempty"`
|
|
Schema string `json:"schema,omitempty"`
|
|
State string `json:"state,omitempty"`
|
|
}
|