GoogleAdsSearchads360V23CommonPolicyTopicEntry constructor

GoogleAdsSearchads360V23CommonPolicyTopicEntry({
  1. List<GoogleAdsSearchads360V23CommonPolicyTopicConstraint>? constraints,
  2. List<GoogleAdsSearchads360V23CommonPolicyTopicEvidence>? evidences,
  3. String? topic,
  4. String? type,
})

Implementation

GoogleAdsSearchads360V23CommonPolicyTopicEntry({
  this.constraints,
  this.evidences,
  this.topic,
  this.type,
});