public sealed class Constraints : IMessage<Constraints>, IEquatable<Constraints>, IDeepCloneable<Constraints>, IBufferMessage, IMessageRepresents the constraints for buying the Offer.
Implements
IMessage<Constraints>, IEquatable<Constraints>, IDeepCloneable<Constraints>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
Constraints()
public Constraints()Constraints(Constraints)
public Constraints(Constraints other)| Parameter | |
|---|---|
| Name | Description |
other |
Constraints |
Properties
CustomerConstraints
public CustomerConstraints CustomerConstraints { get; set; }Represents constraints required to purchase the Offer for a customer.
| Property Value | |
|---|---|
| Type | Description |
CustomerConstraints |
|