GoogleAdsSearchads360V23ServicesSearchSearchAds360Response class

Response message for SearchAds360Service.Search.

Properties

conversionCustomDimensionHeaders List<GoogleAdsSearchads360V23ServicesConversionCustomDimensionHeader>?
The headers of the conversion custom dimensions in the results.
getter/setter pair
conversionCustomMetricHeaders List<GoogleAdsSearchads360V23ServicesConversionCustomMetricHeader>?
The headers of the conversion custom metrics in the results.
getter/setter pair
customColumnHeaders List<GoogleAdsSearchads360V23ServicesCustomColumnHeader>?
The headers of the custom columns in the results.
getter/setter pair
fieldMask String?
FieldMask that represents what fields were requested by the user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metricAttributes List<GoogleAdsSearchads360V23ServicesMetricAttributes>?
The metric attributes of the metrics in the results.
getter/setter pair
nextPageToken String?
Pagination token used to retrieve the next page of results.
getter/setter pair
queryResourceConsumption String?
The amount of resources consumed to serve the query.
getter/setter pair
rawEventConversionDimensionHeaders List<GoogleAdsSearchads360V23ServicesRawEventConversionDimensionHeader>?
The headers of the raw event conversion dimensions in the results.
getter/setter pair
rawEventConversionMetricHeaders List<GoogleAdsSearchads360V23ServicesRawEventConversionMetricHeader>?
The headers of the raw event conversion metrics in the results.
getter/setter pair
results List<GoogleAdsSearchads360V23ServicesSearchAds360Row>?
The list of rows that matched the query.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summaryRow GoogleAdsSearchads360V23ServicesSearchAds360Row?
Summary row that contains summary of metrics in results.
getter/setter pair
totalResultsCount String?
Total number of results that match the query ignoring the LIMIT clause.
getter/setter pair

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