Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AccountsListOptions

import type { AccountsListOptions } from "https://googleapis.deno.dev/v1/mybusinessaccountmanagement:v1.ts";

Additional options for MyBusinessAccountManagement#accountsList.

interface AccountsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
parentAccount?: string;
}

§Properties

§
filter?: string
[src]

Optional. A filter constraining the accounts to return. The response includes only entries that match the filter. If filter is empty, then no constraints are applied and all accounts (paginated) are retrieved for the requested account. For example, a request with the filter type=USER_GROUP will only return user groups. The type field is the only supported filter.

§
pageSize?: number
[src]

Optional. How many accounts to fetch per page. The default and maximum is 20.

§
pageToken?: string
[src]

Optional. If specified, the next page of accounts is retrieved. The pageToken is returned when a call to accounts.list returns more results than can fit into the requested page size.

§
parentAccount?: string
[src]

Optional. The resource name of the account for which the list of directly accessible accounts is to be retrieved. This only makes sense for Organizations and User Groups. If empty, will return ListAccounts for the authenticated user. accounts/{account_id}.