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 latest version of `Google.Cloud.SecurityCenter.V1.EnvironmentVariable` is 3.24.0, with a range of previous versions available, down to 2.2.0."],["`EnvironmentVariable` is a class that stores a name-value pair for environment variables related to a Process, as outlined in it's description."],["The class `EnvironmentVariable` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`EnvironmentVariable` has two main properties: `Name`, which is the environment variable's name as a JSON encoded string, and `Val`, the variable's value, also as a JSON encoded string."],["There are two constructors for the EnvironmentVariable class, one default and another allowing for construction via an existing EnvironmentVariable object."]]],[]]