Class CreateDashboardRequest (2.2.4)

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

The CreateDashboard request. .. attribute:: parent

Required. The project on which to execute the request. The format is:

::

   projects/[PROJECT_ID_OR_NUMBER]

The [PROJECT_ID_OR_NUMBER] must match the dashboard resource name.

:type: str

Attributes

NameDescription
dashboard google.cloud.monitoring_dashboard_v1.types.Dashboard
Required. The initial dashboard specification.
validate_only bool
If set, validate the request and preview the review, but do not actually save it.