public sealed class Parameter : IMessage<Parameter>, IEquatable<Parameter>, IDeepCloneable<Parameter>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class Parameter.
User-provided Parameters.
Implements
IMessageParameter, IEquatableParameter, IDeepCloneableParameter, IBufferMessage, IMessageNamespace
Google.Cloud.Commerce.Consumer.Procurement.V1Assembly
Google.Cloud.Commerce.Consumer.Procurement.V1.dll
Constructors
Parameter()
public Parameter()Parameter(Parameter)
public Parameter(Parameter other)| Parameter | |
|---|---|
| Name | Description |
other |
Parameter |
Properties
Name
public string Name { get; set; }Name of the parameter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public Parameter.Types.Value Value { get; set; }Value of parameter.
| Property Value | |
|---|---|
| Type | Description |
ParameterTypesValue |
|