github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_sql_dashboard.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type ResourceSqlDashboard struct { 6 Id string `json:"id,omitempty"` 7 Name string `json:"name"` 8 Parent string `json:"parent,omitempty"` 9 Tags []string `json:"tags,omitempty"` 10 }