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

HttpOperationPathParam

import type { HttpOperationPathParam } from "https://googleapis.deno.dev/v1/apim:v1alpha.ts";

HTTP Path parameter.

interface HttpOperationPathParam {
dataType?:
| "DATA_TYPE_UNSPECIFIED"
| "BOOL"
| "INTEGER"
| "FLOAT"
| "STRING"
| "UUID";
position?: number;
}

§Properties

§
dataType?: "DATA_TYPE_UNSPECIFIED" | "BOOL" | "INTEGER" | "FLOAT" | "STRING" | "UUID"
[src]

Data type of path param

§
position?: number
[src]

Segment location in the path, 1-indexed