GoogleAdsSearchads360V23ServicesSearchSearchAds360FieldsResponse class
Response message for SearchAds360FieldService.SearchSearchAds360Fields.
Constructors
-
GoogleAdsSearchads360V23ServicesSearchSearchAds360FieldsResponse({String? nextPageToken, List<
GoogleAdsSearchads360V23ResourcesSearchAds360Field> ? results, String? totalResultsCount}) - GoogleAdsSearchads360V23ServicesSearchSearchAds360FieldsResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageToken ↔ String?
-
Pagination token used to retrieve the next page of results.
getter/setter pair
-
results
↔ List<
GoogleAdsSearchads360V23ResourcesSearchAds360Field> ? -
The list of fields that matched the query.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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