AdPolicyTopicEntry constructor

AdPolicyTopicEntry({
  1. AdPolicyTopicAppealInfo? appealInfo,
  2. String? helpCenterLink,
  3. String? policyDecisionType,
  4. String? policyEnforcementMeans,
  5. String? policyLabel,
  6. String? policyTopic,
  7. List<AdPolicyTopicConstraint>? policyTopicConstraints,
  8. String? policyTopicDescription,
  9. List<AdPolicyTopicEvidence>? policyTopicEvidences,
  10. String? policyTopicType,
})

Implementation

AdPolicyTopicEntry({
  this.appealInfo,
  this.helpCenterLink,
  this.policyDecisionType,
  this.policyEnforcementMeans,
  this.policyLabel,
  this.policyTopic,
  this.policyTopicConstraints,
  this.policyTopicDescription,
  this.policyTopicEvidences,
  this.policyTopicType,
});