View Source GoogleApi.Metastore.V1.Model.MultiRegionMetadata (google_api_metastore v0.10.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 or custom dual 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.V1.Model.MultiRegionMetadata{ constituentRegions: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.