Field(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A field in a schema.
Attributes |
|
---|---|
Name | Description |
name |
str
Output only. The name of the field. |
type_ |
str
Output only. The type of the field. |
description |
str
Output only. A brief description of the field. |
mode |
str
Output only. 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_v1alpha.types.Field]
Optional. Recursive property for nested schema structures. |