View Source GoogleApi.Metastore.V1beta.Model.MultiRegionMetadata (google_api_metastore v0.9.0)

The metadata for the multi-region that includes the constituent regions. The metadata is only populated if the region is multi-region. For single region, it will be empty.

Attributes

  • constituentRegions (type: list(String.t), default: nil) - The regions constituting the multi-region.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1beta.Model.MultiRegionMetadata{
  constituentRegions: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.