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

HmacKeysMetadata

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

A list of hmacKeys.

interface HmacKeysMetadata {
items?: HmacKeyMetadata[];
kind?: string;
nextPageToken?: string;
}

§Properties

§

The list of items.

§
kind?: string
[src]

The kind of item this is. For lists of hmacKeys, this is always storage#hmacKeysMetadata.

§
nextPageToken?: string
[src]

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.