View Source GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStructField (google_api_bigtable_admin v0.30.2)
A struct field and its type.
Attributes
-
fieldName
(type:String.t
, default:nil
) - The field name (optional). Fields without afield_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 }