topicAudienceCombinations property
List<GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup> ?
topicAudienceCombinations
getter/setter pair
A combination of entity, category and user interest attributes defining the audience.
The combination has a logical AND-of-ORs structure: Attributes within each InsightsAudienceAttributeGroup are combined with OR, and the combinations themselves are combined together with AND. For example, the expression (Entity OR Affinity) AND (In-Market OR Category) can be formed using two InsightsAudienceAttributeGroups with two Attributes each.
Implementation
core.List<GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup>?
topicAudienceCombinations;