Voting helps other researchers find interesting modules.
------------------------------------------------------------------------------ Proto message containing the trusted genome entities that belong to an app. Document type: ANDROID_APP See go/gd-server-design for more info. ## Next tag: 4
policy
GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicy.t
nil
testCode
list(String.t)
trustedGenomeHierarchy
list(GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeHierarchy.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeAnnotation{ policy: GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicy.t() | nil, testCode: [String.t()] | nil, trustedGenomeHierarchy: [ GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeHierarchy.t() ] | nil }
@spec decode(struct(), keyword()) :: struct()