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.
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 available for the Google Cloud Security Center v1 API's `EnvironmentVariable` class is 3.24.0, with a range of versions listed from 2.2.0 up to that."],["`EnvironmentVariable` is a class within the `Google.Cloud.SecurityCenter.V1` namespace, designed to store environment variables for processes as name-value pairs."],["The `EnvironmentVariable` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class `EnvironmentVariable` has two properties: `Name`, which is the name of the variable as a string, and `Val`, which is the value of the variable, also as a string."],["The class `EnvironmentVariable` provides two constructors, a parameterless one and one that accepts another instance of the class."]]],[]]