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."],[[["The webpage details the `KMSEnvMap` class within the `Google.Cloud.Batch.V1` namespace, specifically version 2.2.0, with links to documentation for various versions ranging from 1.0.0 to 2.13.0, and with 2.13.0 as the latest."],["`KMSEnvMap` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with Google Protobuf and .NET functionality."],["The class inherits from `object` and is a sealed class, meaning it cannot be inherited, and has two constructors, one default and another taking a `KMSEnvMap` object as a parameter for copying, and also inherits members from object."],["`KMSEnvMap` has two main properties, `CipherText` and `KeyName`, which are both string types and are used for handling encrypted data, with `CipherText` storing the encrypted value and `KeyName` storing the associated KMS key for decryption."]]],[]]