View Source GoogleApi.AdSense.V2.Model.ListPolicyIssuesResponse (google_api_ad_sense v0.16.0)

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.

Attributes

  • nextPageToken (type: String.t, default: nil) - 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.
  • policyIssues (type: list(GoogleApi.AdSense.V2.Model.PolicyIssue.t), default: nil) - The policy issues returned in the list response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V2.Model.ListPolicyIssuesResponse{
  nextPageToken: String.t() | nil,
  policyIssues: [GoogleApi.AdSense.V2.Model.PolicyIssue.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.