REST Resource: projects.locations.instances.contentHub.featuredContentNativeDashboards

Resource: FeaturedContentNativeDashboard

FeaturedContentNativeDashboard resource.

JSON representation
{
  "name": string,
  "contentMetadata": {
    object (FeaturedContentMetadata)
  },
  "dashboardContent": {
    object (NativeDashboardWithChartsAndQueries)
  }
}
Fields
name

string

Identifier. The resource name of the FeaturedContentNativeDashboard. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featuredContentNativeDashboard}

contentMetadata

object (FeaturedContentMetadata)

Output only. Metadata about the FeaturedContentNativeDashboard.

dashboardContent

object (NativeDashboardWithChartsAndQueries)

Optional. The dashboard content.

NativeDashboardWithChartsAndQueries

NativeDashboardWithChartsAndQueries for exporting a dashboard.

JSON representation
{
  "dashboard": {
    object (NativeDashboard)
  },
  "dashboardCharts": [
    {
      object (DashboardChart)
    }
  ],
  "dashboardQueries": [
    {
      object (DashboardQuery)
    }
  ]
}
Fields
dashboard

object (NativeDashboard)

Optional. Native dashboard.

dashboardCharts[]

object (DashboardChart)

Optional. Charts in the dashboard.

dashboardQueries[]

object (DashboardQuery)

Optional. Queries in the dashboard.

Methods

get

Get a native dashboard featured content.

install

Install a native dashboard featured content.

list

List all native dashboards featured content.