GoogleCloudChannelV1ReportResultsMetadata class
The features describing the data.
Returned by CloudChannelReportsService.RunReportJob and CloudChannelReportsService.FetchReportResults.
Constructors
- GoogleCloudChannelV1ReportResultsMetadata({GoogleCloudChannelV1DateRange? dateRange, GoogleCloudChannelV1DateRange? precedingDateRange, GoogleCloudChannelV1Report? report, String? rowCount})
- GoogleCloudChannelV1ReportResultsMetadata.fromJson(Map json_)
Properties
- dateRange ↔ GoogleCloudChannelV1DateRange?
-
The date range of reported usage.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- precedingDateRange ↔ GoogleCloudChannelV1DateRange?
-
The usage dates immediately preceding
date_range
with the same duration.getter/setter pair - report ↔ GoogleCloudChannelV1Report?
-
Details of the completed report.
getter/setter pair
- rowCount ↔ String?
-
The total number of rows of data in the final report.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited