Field(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A field in a schema.
Attributes |
|
---|---|
Name | Description |
name |
str
Optional. The name of the field. |
type_ |
str
Optional. The type of the field. |
description |
str
Optional. A brief description of the field. |
mode |
str
Optional. The mode of the field (e.g., NULLABLE, REPEATED). |
display_name |
str
Optional. Field display_name (same as label in |
subfields |
MutableSequence[google.cloud.geminidataanalytics_v1beta.types.Field]
Optional. Recursive property for nested schema structures. |
category |
str
Optional. Field category, not required, currently only useful for Looker. We are using a string to avoid depending on an external package and keep this package self-contained. |