ProjectsLocationsReleasesListOptions
import type { ProjectsLocationsReleasesListOptions } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";
Additional options for SaaSservicemgmt#projectsLocationsReleasesList.
interface ProjectsLocationsReleasesListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
filter?: string
[src]Filter the list as specified in https://google.aip.dev/160.
§
orderBy?: string
[src]Order results as specified in https://google.aip.dev/132.