View Source GoogleApi.Batch.V1.Model.KMSEnvMap (google_api_batch v0.6.0)

Attributes

  • cipherText (type: String.t, default: nil) - The value of the cipherText response from the encrypt method.
  • keyName (type: String.t, default: nil) - The name of the KMS key that will be used to decrypt the cipher text.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.KMSEnvMap{
  cipherText: String.t() | nil,
  keyName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.