GoogleAdsSearchads360V23ServicesGenerateBenchmarksMetricsRequest class
Request message for BenchmarksService.GenerateBenchmarksMetrics.
Constructors
- GoogleAdsSearchads360V23ServicesGenerateBenchmarksMetricsRequest({GoogleAdsSearchads360V23CommonAdditionalApplicationInfo? applicationInfo, GoogleAdsSearchads360V23ServicesBenchmarksSource? benchmarksSource, String? currencyCode, String? customerBenchmarksGroup, GoogleAdsSearchads360V23CommonDateRange? dateRange, GoogleAdsSearchads360V23CommonLocationInfo? location, GoogleAdsSearchads360V23ServicesProductFilter? productFilter})
- GoogleAdsSearchads360V23ServicesGenerateBenchmarksMetricsRequest.fromJson(Map json_)
Properties
- applicationInfo ↔ GoogleAdsSearchads360V23CommonAdditionalApplicationInfo?
-
Additional information on the application issuing the request.
getter/setter pair
- benchmarksSource ↔ GoogleAdsSearchads360V23ServicesBenchmarksSource?
-
The source used to generate benchmarks metrics for.
getter/setter pair
- currencyCode ↔ String?
-
The three-character ISO 4217 currency code.
getter/setter pair
- customerBenchmarksGroup ↔ String?
-
The name of the customer being planned for.
getter/setter pair
- dateRange ↔ GoogleAdsSearchads360V23CommonDateRange?
-
The date range to aggregate metrics over.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ GoogleAdsSearchads360V23CommonLocationInfo?
-
The location to generate benchmarks metrics for.
getter/setter pair
- productFilter ↔ GoogleAdsSearchads360V23ServicesProductFilter?
-
The products to aggregate metrics over.
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