public sealed class EnvironmentVariable : IMessage<EnvironmentVariable>, IEquatable<EnvironmentVariable>, IDeepCloneable<EnvironmentVariable>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class EnvironmentVariable.
A name-value pair representing an environment variable used in an operating
system 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."],[[["This webpage provides reference documentation for the `EnvironmentVariable` class within the Google Cloud Security Command Center v1 API."],["The latest version of the `EnvironmentVariable` class is 3.24.0, while the current documentation focuses on version 3.15.0, and you can access previous versions ranging back to 2.2.0."],["The `EnvironmentVariable` class represents a name-value pair for an environment variable in an operating system process, and it inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties: `Name` (environment variable name as a JSON encoded string) and `Val` (environment variable value as a JSON encoded string)."],["The class has two constructors: a default `EnvironmentVariable()` constructor and an overloaded one that accepts another `EnvironmentVariable` as a parameter for creating a copy."]]],[]]