public sealed class EnvironmentVariable : IMessage<EnvironmentVariable>, IEquatable<EnvironmentVariable>, IDeepCloneable<EnvironmentVariable>, IBufferMessage, IMessageReference 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.
Implements
IMessageEnvironmentVariable, IEquatableEnvironmentVariable, IDeepCloneableEnvironmentVariable, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
EnvironmentVariable()
public EnvironmentVariable()EnvironmentVariable(EnvironmentVariable)
public EnvironmentVariable(EnvironmentVariable other)| Parameter | |
|---|---|
| Name | Description |
other |
EnvironmentVariable |
Properties
Name
public string Name { get; set; }Environment variable name as a JSON encoded string.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Val
public string Val { get; set; }Environment variable value as a JSON encoded string.
| Property Value | |
|---|---|
| Type | Description |
string |
|