AccountsPolicyIssues
class AccountsPolicyIssues extends Resource (View source)
The "policyIssues" collection of methods.
Typical usage is:
$adsenseService = new Google\Service\Adsense(...);
$policyIssues = $adsenseService->accounts_policyIssues;
Methods
get(string $name, array $optParams = [])
Gets information about the selected policy issue. (policyIssues.get)
listAccountsPolicyIssues(string $parent, array $optParams = [])
Lists all the policy issues where the specified account is involved, both directly and through any AFP child accounts.
Details
PolicyIssue
get(string $name, array $optParams = [])
Gets information about the selected policy issue. (policyIssues.get)
ListPolicyIssuesResponse
listAccountsPolicyIssues(string $parent, array $optParams = [])
Lists all the policy issues where the specified account is involved, both directly and through any AFP child accounts.
(policyIssues.listAccountsPolicyIssues)