AdPolicyTopicEntry constructor
AdPolicyTopicEntry({
- AdPolicyTopicAppealInfo? appealInfo,
- String? helpCenterLink,
- String? policyDecisionType,
- String? policyEnforcementMeans,
- String? policyLabel,
- String? policyTopic,
- List<
AdPolicyTopicConstraint> ? policyTopicConstraints, - String? policyTopicDescription,
- List<
AdPolicyTopicEvidence> ? policyTopicEvidences, - String? policyTopicType,
Implementation
AdPolicyTopicEntry({
this.appealInfo,
this.helpCenterLink,
this.policyDecisionType,
this.policyEnforcementMeans,
this.policyLabel,
this.policyTopic,
this.policyTopicConstraints,
this.policyTopicDescription,
this.policyTopicEvidences,
this.policyTopicType,
});