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 webpage provides documentation for the `KMSEnvMap` class within the `Google.Cloud.Batch.V1` namespace, detailing its structure and usage across different versions."],["`KMSEnvMap` class is part of the `Environment.Types` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["The class offers two constructors: a default `KMSEnvMap()` and another `KMSEnvMap(Environment.Types.KMSEnvMap other)` for creating a copy from an existing instance, and the parameter `other` is used for the latter."],["`KMSEnvMap` has two main properties: `CipherText`, which stores the encrypted value from the `encrypt` method, and `KeyName`, which stores the name of the KMS key used for decryption."],["The documentation includes all versions from 1.0.0 up to 2.13.0, with 2.13.0 being the latest release and the version 2.9.0 being the primary version of the page."]]],[]]