Cloud Channel v1 API - Class Constraints (2.11.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class Constraints.

Represents the constraints for buying the Offer.

Inheritance

object > Constraints

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

Constraints()

public Constraints()

Constraints(Constraints)

public Constraints(Constraints other)
Parameter
NameDescription
otherConstraints

Properties

CustomerConstraints

public CustomerConstraints CustomerConstraints { get; set; }

Represents constraints required to purchase the Offer for a customer.

Property Value
TypeDescription
CustomerConstraints