GoogleCloudChannelV1CustomerConstraints class

Represents constraints required to purchase the Offer for a customer.

Constructors

GoogleCloudChannelV1CustomerConstraints({List<String>? allowedCustomerTypes, List<String>? allowedRegions, List<String>? promotionalOrderTypes})
GoogleCloudChannelV1CustomerConstraints.fromJson(Map json_)

Properties

allowedCustomerTypes List<String>?
Allowed Customer Type.
getter/setter pair
allowedRegions List<String>?
Allowed geographical regions of the customer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
promotionalOrderTypes List<String>?
Allowed Promotional Order Type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited