public sealed class EnvironmentVariable : IMessage<EnvironmentVariable>, IEquatable<EnvironmentVariable>, IDeepCloneable<EnvironmentVariable>, IBufferMessage, IMessage
EnvironmentVariable is a name-value pair to store environment variables for Process.
Implements
IMessage<EnvironmentVariable>, IEquatable<EnvironmentVariable>, IDeepCloneable<EnvironmentVariable>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |