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

11 lines
277 B
Go

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceSqlDashboard struct {
Id string `json:"id,omitempty"`
Name string `json:"name"`
Parent string `json:"parent,omitempty"`
Tags []string `json:"tags,omitempty"`
}