ProjectsLocationsRepositoriesCompilationResultsListOptions
import type { ProjectsLocationsRepositoriesCompilationResultsListOptions } from "https://googleapis.deno.dev/v1/dataform:v1.ts";Additional options for Dataform#projectsLocationsRepositoriesCompilationResultsList.
interface ProjectsLocationsRepositoriesCompilationResultsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
orderBy?: string
[src]Optional. This field only supports ordering by name and create_time.
If unspecified, the server will choose the ordering. If specified, the
default order is ascending for the name field.
§
pageSize?: number
[src]Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
§
pageToken?: string
[src]Optional. Page token received from a previous ListCompilationResults
call. Provide this to retrieve the subsequent page. When paginating, all
other parameters provided to ListCompilationResults, with the exception
of page_size, must match the call that provided the page token.