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

ProjectsLocationsSubscriptionsListOptions

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

Additional options for AnalyticsHub#projectsLocationsSubscriptionsList.

interface ProjectsLocationsSubscriptionsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

An expression for filtering the results of the request. Eligible fields for filtering are: + listing + data_exchange Alternatively, a literal wrapped in double quotes may be provided. This will be checked for an exact match against both fields above. In all cases, the full Data Exchange or Listing resource name must be provided. Some example of using filters: + data_exchange="projects/myproject/locations/us/dataExchanges/123" + listing="projects/123/locations/us/dataExchanges/456/listings/789" + "projects/myproject/locations/us/dataExchanges/123"

§
pageSize?: number
[src]

The maximum number of results to return in a single response page.

§
pageToken?: string
[src]

Page token, returned by a previous call.