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

Union

import type { Union } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

A GcRule which deletes cells matching any of the given rules.

interface Union {
rules?: GcRule[];
}

§Properties

§
rules?: GcRule[]
[src]

Delete cells which would be deleted by any element of rules.