View Source GoogleApi.CloudAsset.V1.Model.TableFieldSchema (google_api_cloud_asset v0.35.0)

A 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.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.TableFieldSchema{
  field: String.t() | nil,
  fields: [t()] | nil,
  mode: String.t() | nil,
  type: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.