Class GetDashboardRequest (2.7.0)

GetDashboardRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The GetDashboard request.

Attribute

NameDescription
name str
Required. The resource name of the Dashboard. The format is one of: - ``dashboards/[DASHBOARD_ID]`` (for system dashboards) - ``projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]`` (for custom dashboards).

Inheritance

builtins.object > proto.message.Message > GetDashboardRequest