View Source GoogleApi.Looker.V1.Model.ExportMetadataEncryptionKey (google_api_looker v0.5.0)

Encryption key details for the exported artifact.

Attributes

  • cmek (type: String.t, default: nil) - Name of the CMEK.
  • version (type: String.t, default: nil) - Version of the CMEK.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Looker.V1.Model.ExportMetadataEncryptionKey{
  cmek: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.