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

ListRulesResponse

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

Mesesage of response of list rules

interface ListRulesResponse {
nextPageToken?: string;
rules?: Rule[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
rules?: Rule[]
[src]

all rules in response