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

GoogleCloudApihubV1HttpOperation

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

The HTTP Operation.

interface GoogleCloudApihubV1HttpOperation {
method?:
| "METHOD_UNSPECIFIED"
| "GET"
| "PUT"
| "POST"
| "DELETE"
| "OPTIONS"
| "HEAD"
| "PATCH"
| "TRACE";
}

§Properties

§
method?: "METHOD_UNSPECIFIED" | "GET" | "PUT" | "POST" | "DELETE" | "OPTIONS" | "HEAD" | "PATCH" | "TRACE"
[src]

Optional. Operation method Note: Even though this field is optional, it is required for CreateApiOperation API and we will fail the request if not provided.

§

Optional. The path details for the Operation. Note: Even though this field is optional, it is required for CreateApiOperation API and we will fail the request if not provided.