GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicy
Table of Contents ▼
Jump to a specific part of the page:
Description
Proto message containing policy related information.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
localizedRegionOverride
(type:String.t
, default:nil
)
- Override text for region for special treatment. Override will be used in special cases for example regions are too long to show in UI, the override will be "CA/NV/..." to cut it short. By keeping a region override string we'll have more flexibility to adjust what we show on UI. Optional. -
policyType
(type:list(String.t)
, default:nil
)
- Policy type. e.g. Government Endorsed, Apollo Required. -
targetRegion
(type:list(GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicyTargetRegion)
, default:nil
)
- Contains target region for the current policy. Optional
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicy{
localizedRegionOverride: String.t() | nil,
policyType: [String.t()] | nil,
targetRegion: [ GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicyTargetRegion.t() ] | nil
}
localizedRegionOverride: String.t() | nil,
policyType: [String.t()] | nil,
targetRegion: [ GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicyTargetRegion.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicy