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

HttpOperationHeader

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

An aggregation of HTTP header occurrences.

interface HttpOperationHeader {
count?: bigint;
dataType?:
| "DATA_TYPE_UNSPECIFIED"
| "BOOL"
| "INTEGER"
| "FLOAT"
| "STRING"
| "UUID";
name?: string;
}

§Properties

§
count?: bigint
[src]

The number of occurrences of this Header across transactions.

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

Data type of header

§
name?: string
[src]

Header name.