Cloud Commerce Consumer Procurement v1 API - Class Parameter (1.3.0)

public sealed class Parameter : IMessage<Parameter>, IEquatable<Parameter>, IDeepCloneable<Parameter>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class Parameter.

User-provided Parameters.

Inheritance

object > Parameter

Namespace

Google.Cloud.Commerce.Consumer.Procurement.V1

Assembly

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