mirror of https://github.com/databricks/cli.git
15 lines
497 B
Go
15 lines
497 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type ResourceVolume struct {
|
||
|
CatalogName string `json:"catalog_name"`
|
||
|
Comment string `json:"comment,omitempty"`
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Name string `json:"name"`
|
||
|
Owner string `json:"owner,omitempty"`
|
||
|
SchemaName string `json:"schema_name"`
|
||
|
StorageLocation string `json:"storage_location,omitempty"`
|
||
|
VolumeType string `json:"volume_type"`
|
||
|
}
|