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

Tag

import type { Tag } from "https://googleapis.deno.dev/v1/playgrouping:v1alpha1.ts";

A tag is associated with exactly one package name and user.

interface Tag {
booleanValue?: boolean;
int64Value?: bigint;
key?: string;
stringValue?: string;
timeValue?: Date;
}

§Properties

§
booleanValue?: boolean
[src]

A boolean value of the tag.

§
int64Value?: bigint
[src]

A signed 64-bit integer value of the tag.

§
key?: string
[src]

Required. Key for the tag.

§
stringValue?: string
[src]

A string value of the tag.

§
timeValue?: Date
[src]

A time value of the tag.