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)

Parameters

string $name

Required. Name of the policy issue. Format: accounts/{account}/policyIssues/{policy_issue}

array $optParams

Optional parameters.

Return Value

PolicyIssue

Exceptions

Exception

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)

Parameters

string $parent

Required. The account for which policy issues are being retrieved. Format: accounts/{account}

array $optParams

Optional parameters.

Return Value

ListPolicyIssuesResponse

Exceptions

Exception