GoogleBigtableAdminV2TypeStruct
import type { GoogleBigtableAdminV2TypeStruct } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";
A structured data value, consisting of fields which map to dynamically typed
values. Values of type Struct
are stored in Value.array_value
where
entries are in the same order and number as field_types
.
interface GoogleBigtableAdminV2TypeStruct {
encoding?: GoogleBigtableAdminV2TypeStructEncoding;
fields?: GoogleBigtableAdminV2TypeStructField[];
}§Properties
§
encoding?: GoogleBigtableAdminV2TypeStructEncoding
[src]The encoding to use when converting to or from lower level types.
§
fields?: GoogleBigtableAdminV2TypeStructField[]
[src]The names and types of the fields in this struct.