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 `EnvironmentVariable` in the Google.Cloud.SecurityCenter.V1 namespace is 3.24.0."],["`EnvironmentVariable` is a class that represents a name-value pair for storing environment variables related to a process."],["The `EnvironmentVariable` class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class contains two main properties : `Name`, representing the environment variable name, and `Val`, representing its value, both of which are strings."],["The webpage hosts 35 different versions of the `EnvironmentVariable`, ranging from the latest 3.24.0 to 2.2.0."]]],[]]