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

ReportRequest

import type { ReportRequest } from "https://googleapis.deno.dev/v1/servicecontrol:v2.ts";

Request message for the Report method.

interface ReportRequest {
operations?: AttributeContext[];
serviceConfigId?: string;
}

§Properties

§
operations?: AttributeContext[]
[src]

Describes the list of operations to be reported. Each operation is represented as an AttributeContext, and contains all attributes around an API access.

§
serviceConfigId?: string
[src]

Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.