public sealed class EnvironmentVariable : IMessage<EnvironmentVariable>, IEquatable<EnvironmentVariable>, IDeepCloneable<EnvironmentVariable>, IBufferMessage, IMessage
EnvironmentVariable is a name-value pair to store environment variables for
Process.
[[["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 provides documentation for the `EnvironmentVariable` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its structure and functionality."],["This class represents a name-value pair used for storing environment variables for a process, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists a comprehensive history of versions for this class, ranging from version 3.24.0 (latest) down to version 2.2.0, giving users access to version-specific details."],["The class has properties `Name` and `Val`, both of which are string types, representing the name and value of the environment variable, respectively."]]],[]]