public sealed class Parameter : IMessage<Parameter>, IEquatable<Parameter>, IDeepCloneable<Parameter>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Security Compliance v1 API class Parameter.
Parameters is a key-value pair.
Implements
IMessageParameter, IEquatableParameter, IDeepCloneableParameter, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
Parameter()
public Parameter()
Parameter(Parameter)
public Parameter(Parameter other)
Parameter | |
---|---|
Name | Description |
other |
Parameter |
Properties
Name
public string Name { get; set; }
Required. The name of the parameter.
Property Value | |
---|---|
Type | Description |
string |
ParameterValue
public ParamValue ParameterValue { get; set; }
Required. The value of the parameter
Property Value | |
---|---|
Type | Description |
ParamValue |