public sealed class Environment.Types.KMSEnvMap : IMessage<Environment.Types.KMSEnvMap>, IEquatable<Environment.Types.KMSEnvMap>, IDeepCloneable<Environment.Types.KMSEnvMap>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`KMSEnvMap` is a sealed class in the `Google.Cloud.Batch.V1Alpha` namespace, specifically within version 1.0.0-alpha30, designed for handling encrypted environment variables."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations."],["The class inherits from the `object` class and includes properties `CipherText`, representing the encrypted value, and `KeyName`, which is the name of the KMS key for decryption, both of which are strings."],["`KMSEnvMap` has two public constructors, a default and one that accept another `KMSEnvMap` as a parameter, to allow either the creation of a new instance, or a copy of another instance."]]],[]]