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

GoogleBigtableAdminV2TypeStructField

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

A struct field and its type.

interface GoogleBigtableAdminV2TypeStructField {
fieldName?: string;
type?: Type;
}

§Properties

§
fieldName?: string
[src]

The field name (optional). Fields without a field_name are considered anonymous and cannot be referenced by name.

§
type?: Type
[src]

The type of values in this field.