// 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"` }