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 latest version of the `KMSEnvMap` class is 2.13.0, and the page provides links to versions ranging from 1.0.0 to the latest."],["The `KMSEnvMap` class, found within the `Google.Cloud.Batch.V1.Environment.Types` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `KMSEnvMap` class can be constructed either as a new instance using `KMSEnvMap()` or by copying another `KMSEnvMap` object using `KMSEnvMap(Environment.Types.KMSEnvMap other)`."],["The class has two main properties: `CipherText`, representing the encrypted text, and `KeyName`, which is the KMS key used for decryption."],["The `KMSEnvMap` class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]