GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesRequest class
Request message for AudienceInsightsService.ListAudienceInsightsAttributes.
Constructors
-
GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesRequest({String? customerInsightsGroup, List<
String> ? dimensions, GoogleAdsSearchads360V23CommonAdditionalApplicationInfo? insightsApplicationInfo, List<GoogleAdsSearchads360V23CommonLocationInfo> ? locationCountryFilters, String? queryText, GoogleAdsSearchads360V23CommonLocationInfo? youtubeReachLocation}) - GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesRequest.fromJson(Map json_)
Properties
- customerInsightsGroup ↔ String?
-
The name of the customer being planned for.
getter/setter pair
-
dimensions
↔ List<
String> ? -
The types of attributes to be returned.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- insightsApplicationInfo ↔ GoogleAdsSearchads360V23CommonAdditionalApplicationInfo?
-
Additional information on the application issuing the request.
getter/setter pair
-
locationCountryFilters
↔ List<
GoogleAdsSearchads360V23CommonLocationInfo> ? -
If SUB_COUNTRY_LOCATION attributes are one of the requested dimensions and
this field is present, then the SUB_COUNTRY_LOCATION attributes returned
will be located in these countries.
getter/setter pair
- queryText ↔ String?
-
A free text query.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- youtubeReachLocation ↔ GoogleAdsSearchads360V23CommonLocationInfo?
-
If present, potential YouTube reach estimates within the specified market
will be returned for attributes for which they are available.
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