KeGovernanceTypedRegions

GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions


Table of Contents ▼

Jump to a specific part of the page:

Description

Wrapper message containing list of regions and their corresponding type of region signal to use in data governance.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. regionType (type: String.t, default: nil)
    - The particular type of region should be explicitly set to disambiguate.
  2. regions (type: list(String.t), default: nil)
    - Values are go/iii RegionCode in capital case. It is a good practice to keep elements in this list unique, although not enforced. In case of duplicated entries, they'll be treated as if there were only one entry of the same value.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions{
regionType: String.t() | nil,
regions: [String.t()] | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions