GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStruct (google_api_bigtable_admin v0.31.0)

View Source

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

  • encoding (type: GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeStructEncoding.t, default: nil) - The encoding to use when converting to or from lower level types.
  • 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.