GoogleAdsSearchads360V23ServicesGenerateAudienceDefinitionRequest class
Request message for AudienceInsightsService.GenerateAudienceDefinition.
Constructors
- GoogleAdsSearchads360V23ServicesGenerateAudienceDefinitionRequest({GoogleAdsSearchads360V23ServicesInsightsAudienceDescription? audienceDescription, String? customerInsightsGroup, GoogleAdsSearchads360V23CommonAdditionalApplicationInfo? insightsApplicationInfo})
- GoogleAdsSearchads360V23ServicesGenerateAudienceDefinitionRequest.fromJson(Map json_)
Properties
- audienceDescription ↔ GoogleAdsSearchads360V23ServicesInsightsAudienceDescription?
-
Provide a text description of an audience to get AI-generated structured
suggestions.
getter/setter pair
- customerInsightsGroup ↔ String?
-
The name of the customer being planned for.
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