Class: Google::Cloud::Channel::V1::CustomerConstraints
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::CustomerConstraints
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/offers.rb
Overview
Represents constraints required to purchase the Offer for a customer.
Instance Attribute Summary collapse
-
#allowed_customer_types ⇒ ::Array<::Google::Cloud::Channel::V1::CloudIdentityInfo::CustomerType>
Allowed Customer Type.
-
#allowed_regions ⇒ ::Array<::String>
Allowed geographical regions of the customer.
-
#promotional_order_types ⇒ ::Array<::Google::Cloud::Channel::V1::PromotionalOrderType>
Allowed Promotional Order Type.
Instance Attribute Details
#allowed_customer_types ⇒ ::Array<::Google::Cloud::Channel::V1::CloudIdentityInfo::CustomerType>
Returns Allowed Customer Type.
132 133 134 135 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 132 class CustomerConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#allowed_regions ⇒ ::Array<::String>
Returns Allowed geographical regions of the customer.
132 133 134 135 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 132 class CustomerConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#promotional_order_types ⇒ ::Array<::Google::Cloud::Channel::V1::PromotionalOrderType>
Returns Allowed Promotional Order Type. Present for Promotional offers.
132 133 134 135 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 132 class CustomerConstraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |