View Source GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStructField (google_api_bigtable_admin v0.26.0)

A struct field and its type.

Attributes

  • fieldName (type: String.t, default: nil) - The field name (optional). Fields without a field_name are considered anonymous and cannot be referenced by name.
  • type (type: GoogleApi.BigtableAdmin.V2.Model.Type.t, default: nil) - The type of values in this field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStructField{
  fieldName: String.t() | nil,
  type: GoogleApi.BigtableAdmin.V2.Model.Type.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.