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

ListViolationsResponse

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

Response message for list customer violation requests

interface ListViolationsResponse {
nextPageToken?: string;
unreachable?: string[];
violations?: Violation[];
}

§Properties

§
nextPageToken?: string
[src]

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
unreachable?: string[]
[src]

Workloads that could not be reached due to permission errors or any other error. Ref: https://google.aip.dev/217

§
violations?: Violation[]
[src]

List of violation