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-04-17 UTC."],[[["The `KMSEnvMap` class, found in the `Google.Cloud.Batch.V1.Environment.Types` namespace, is a sealed class that implements interfaces for message handling, equality comparison, deep cloning, and buffer messaging."],["This class is part of the Google.Cloud.Batch.V1 assembly, with the latest version being 2.13.0 and the initial version being 1.0.0, indicating the development of this class over a series of version releases."],["`KMSEnvMap` includes properties `CipherText`, representing the encrypted value, and `KeyName`, which is the name of the KMS key needed for decryption."],["The `KMSEnvMap` class also has two constructors, one default and one to create an instance from an existing `KMSEnvMap` object."],["The document details inheritance from the base `object` and the implemented interfaces that the class supports, as well as inherited methods from `object`, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]