View Source GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeArray (google_api_bigtable_admin v0.25.0)

An ordered list of elements of a given type. Values of type Array are stored in Value.array_value.

Attributes

  • elementType (type: GoogleApi.BigtableAdmin.V2.Model.Type.t, default: nil) - The type of the elements in the array. This must not be Array.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeArray{
  elementType: GoogleApi.BigtableAdmin.V2.Model.Type.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.