View Source GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStruct (google_api_bigtable_admin v0.27.0)

A structured data value, consisting of fields which map to dynamically typed values. Values of type Struct are stored in Value.array_value where entries are in the same order and number as field_types.

Attributes

  • fields (type: list(GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStructField.t), default: nil) - The names and types of the fields in this struct.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStruct{
  fields:
    [GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStructField.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.