AdPolicy class

A single ad policy associated with an ad group ad.

Constructors

AdPolicy({String? adPolicyApprovalStatus, String? adPolicyReviewStatus, List<AdPolicyTopicEntry>? adPolicyTopicEntry})
AdPolicy.fromJson(Map json_)

Properties

adPolicyApprovalStatus String?
The policy approval status of an ad, indicating the approval decision. Possible string values are:
getter/setter pair
adPolicyReviewStatus String?
The policy review status of an ad, indicating where in the review process the ad is currently. Possible string values are:
getter/setter pair
adPolicyTopicEntry List<AdPolicyTopicEntry>?
The entries for each policy topic identified as relating to the ad.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited