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-04-09 UTC."],[[["This webpage provides documentation for the `EnvironmentVariable` class within the Google Cloud Security Center v1 API for .NET."],["The `EnvironmentVariable` class represents a name-value pair used to store environment variables for a process."],["The documentation includes links to various versions of the API, ranging from the latest (3.24.0) down to older versions (2.2.0)."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `EnvironmentVariable` class include `Name` and `Val`, both of which are string types representing the environment variable's name and value respectively."]]],[]]