public sealed class EnvironmentVariable : IMessage<EnvironmentVariable>, IEquatable<EnvironmentVariable>, IDeepCloneable<EnvironmentVariable>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 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."],[[["The `EnvironmentVariable` class in the Security Command Center v2 API represents a name-value pair for an environment variable used in an operating system process."],["This class is found within the `Google.Cloud.SecurityCenter.V2` namespace and is part of the `Google.Cloud.SecurityCenter.V2.dll` assembly."],["`EnvironmentVariable` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class provides two constructors, a default one, and another that takes an `EnvironmentVariable` object for copying."],["It contains properties `Name` and `Val`, both of type `string`, representing the name and value of the environment variable, respectively."]]],[]]