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

ListAutoscalingPoliciesResponse

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

A response to a request to list autoscaling policies in a project.

interface ListAutoscalingPoliciesResponse {
readonly nextPageToken?: string;
readonly policies?: AutoscalingPolicy[];
}

§Properties

§
readonly nextPageToken?: string
[src]

Output only. This token is included in the response if there are more results to fetch.

§
readonly policies?: AutoscalingPolicy[]
[src]

Output only. Autoscaling policies list.