GoogleAdsSearchads360V23ServicesSearchSettings class

Indicates search settings in request parameter.

Constructors

GoogleAdsSearchads360V23ServicesSearchSettings({bool? omitResults, bool? returnSummaryRow, bool? returnTotalResultsCount})
GoogleAdsSearchads360V23ServicesSearchSettings.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
omitResults bool?
If true, results will be excluded from the response.
getter/setter pair
returnSummaryRow bool?
If true, summary row will be included in the response and sent in a response by itself after all other query results are returned.
getter/setter pair
returnTotalResultsCount bool?
If true, the total number of results that match the query ignoring the LIMIT clause will be included in the response.
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