GoogleApi.CloudAsset.V1.Model.TableFieldSchema (google_api_cloud_asset v0.42.0)
View SourceA field in TableSchema.
Attributes
-
field(type:String.t, default:nil) - The field name. The name must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum length is 128 characters. -
fields(type:list(GoogleApi.CloudAsset.V1.Model.TableFieldSchema.t), default:nil) - Describes the nested schema fields if the type property is set to RECORD. -
mode(type:String.t, default:nil) - The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE. -
type(type:String.t, default:nil) - The field data type. Possible values include STRING BYTES INTEGER FLOAT BOOLEAN TIMESTAMP DATE TIME DATETIME GEOGRAPHY, NUMERIC, BIGNUMERIC, * RECORD (where RECORD indicates that the field contains a nested schema).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.