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

GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse

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

Response of listing the compliance updates per workload with pagination.

interface GoogleCloudAssuredworkloadsV1ListWorkloadUpdatesResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

The next page token. Return empty if reached the last page.

§

The list of workload updates for a given workload.