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

ServicesListOptions

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

Additional options for ServiceManagement#servicesList.

interface ServicesListOptions {
consumerId?: string;
pageSize?: number;
pageToken?: string;
producerProjectId?: string;
}

§Properties

§
consumerId?: string
[src]

Include services consumed by the specified consumer. The Google Service Management implementation accepts the following forms: - project:

§
pageSize?: number
[src]

The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 500.

§
pageToken?: string
[src]

Token identifying which result to start with; returned by a previous list call.

§
producerProjectId?: string
[src]

Include services produced by the specified project.