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 of the Google Cloud SecurityCenter V1 API's EnvironmentVariable class is 3.24.0, with multiple other versions available for reference."],["This documentation provides reference information for the `EnvironmentVariable` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically version 3.7.0."],["The `EnvironmentVariable` class is designed to store environment variables for processes, represented as name-value pairs, and it implements various interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides two constructors, one default constructor and one copy constructor, and exposes two properties, `Name` and `Val`, to set the environment variable's name and value respectively."],["The documentation outlines the class's inheritance from `Object` and lists inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]