public sealed class CustomerConstraints : IMessage<CustomerConstraints>, IEquatable<CustomerConstraints>, IDeepCloneable<CustomerConstraints>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class CustomerConstraints.
Represents constraints required to purchase the Offer for a customer.
Implements
IMessageCustomerConstraints, IEquatableCustomerConstraints, IDeepCloneableCustomerConstraints, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
CustomerConstraints()
public CustomerConstraints()CustomerConstraints(CustomerConstraints)
public CustomerConstraints(CustomerConstraints other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomerConstraints |
Properties
AllowedCustomerTypes
public RepeatedField<CloudIdentityInfo.Types.CustomerType> AllowedCustomerTypes { get; }Allowed Customer Type.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCloudIdentityInfoTypesCustomerType |
|
AllowedRegions
public RepeatedField<string> AllowedRegions { get; }Allowed geographical regions of the customer.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
PromotionalOrderTypes
public RepeatedField<PromotionalOrderType> PromotionalOrderTypes { get; }Allowed Promotional Order Type. Present for Promotional offers.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPromotionalOrderType |
|