GoogleAdsSearchads360V23CommonPolicyTopicEntry constructor
GoogleAdsSearchads360V23CommonPolicyTopicEntry({
- List<
GoogleAdsSearchads360V23CommonPolicyTopicConstraint> ? constraints, - List<
GoogleAdsSearchads360V23CommonPolicyTopicEvidence> ? evidences, - String? topic,
- String? type,
Implementation
GoogleAdsSearchads360V23CommonPolicyTopicEntry({
this.constraints,
this.evidences,
this.topic,
this.type,
});