CreateReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for the CreateReport method.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent Google Cloud project that will own the report. This value does not define the scope of the report data. See Report.scope for setting the data scope.
Format: projects/{project}/locations/{location}.
|
report_id |
str
Required. The ID to use for this report. This ID must be unique within the parent project and should comply with RFC 1034 restrictions (letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum). |
report |
google.cloud.appoptimize_v1beta.types.Report
Required. The report resource to create. |