ReportResultsMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The features describing the data. Returned by CloudChannelReportsService.RunReportJob and CloudChannelReportsService.FetchReportResults.
Attributes | |
---|---|
Name | Description |
report |
google.cloud.channel_v1.types.Report
Details of the completed report. |
row_count |
int
The total number of rows of data in the final report. |
date_range |
google.cloud.channel_v1.types.DateRange
The date range of reported usage. |
preceding_date_range |
google.cloud.channel_v1.types.DateRange
The usage dates immediately preceding date_range with
the same duration. Use this to calculate trending usage and
costs. This is only populated if you request trending data.
For example, if date_range is July 1-15,
preceding_date_range will be June 16-30.
|