Class Field (2.32.0)

Field(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A struct field and its type.

Attributes

Name Description
field_name str
The field name (optional). Fields without a field_name are considered anonymous and cannot be referenced by name.
type_ google.cloud.bigtable_admin_v2.types.Type
The type of values in this field.