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

10 lines
228 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"`
Tags []string `json:"tags,omitempty"`
}