DeleteReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for the DeleteReport method.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The name of the report to delete. Format: projects/{project}/locations/{location}/reports/{report_id}.
|
allow_missing |
bool
Optional. If set to true, and the report is not found, the request will succeed but no action will be taken on the server. |