Show / Hide Table of Contents

Class ListPolicyIssuesResponse

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.

Inheritance
object
ListPolicyIssuesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Adsense.v2.Data
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class ListPolicyIssuesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

Continuation token used to page through policy issues. To retrieve the next page of the results, set the next request's "page_token" value to this.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

PolicyIssues

The policy issues returned in the list response.

Declaration
[JsonProperty("policyIssues")]
public virtual IList<PolicyIssue> PolicyIssues { get; set; }
Property Value
Type Description
IList<PolicyIssue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX