GoogleAdsSearchads360V23ServicesGenerateAudienceCompositionInsightsRequest class
Request message for AudienceInsightsService.GenerateAudienceCompositionInsights.
Constructors
-
GoogleAdsSearchads360V23ServicesGenerateAudienceCompositionInsightsRequest({GoogleAdsSearchads360V23ServicesInsightsAudience? audience, GoogleAdsSearchads360V23ServicesInsightsAudience? baselineAudience, String? customerInsightsGroup, String? dataMonth, List<
String> ? dimensions, GoogleAdsSearchads360V23CommonAdditionalApplicationInfo? insightsApplicationInfo}) - GoogleAdsSearchads360V23ServicesGenerateAudienceCompositionInsightsRequest.fromJson(Map json_)
Properties
- audience ↔ GoogleAdsSearchads360V23ServicesInsightsAudience?
-
The audience of interest for which insights are being requested.
getter/setter pair
- baselineAudience ↔ GoogleAdsSearchads360V23ServicesInsightsAudience?
-
The baseline audience to which the audience of interest is being compared.
getter/setter pair
- customerInsightsGroup ↔ String?
-
The name of the customer being planned for.
getter/setter pair
- dataMonth ↔ String?
-
The one-month range of historical data to use for insights, in the format
"yyyy-mm".
getter/setter pair
-
dimensions
↔ List<
String> ? -
The audience dimensions for which composition insights should 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
- 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