ListPolicyIssuesResponse class
Response definition for the policy issues list rpc.
Policy issues are reported only if the publisher has at least one AFC ad client in READY or GETTING_READY state. If the publisher has no such AFC ad client, the response will be an empty list.
Constructors
-
ListPolicyIssuesResponse({String? nextPageToken, List<
PolicyIssue> ? policyIssues}) - ListPolicyIssuesResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageToken ↔ String?
-
Continuation token used to page through policy issues.
getter/setter pair
-
policyIssues
↔ List<
PolicyIssue> ? -
The policy issues returned in the list response.
getter/setter pair
- 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