Class: Google::Cloud::Channel::V1::Constraints
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::Constraints
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/offers.rb
Overview
Represents the constraints for buying the Offer.
Instance Attribute Summary collapse
-
#customer_constraints ⇒ ::Google::Cloud::Channel::V1::CustomerConstraints
Represents constraints required to purchase the Offer for a customer.
Instance Attribute Details
#customer_constraints ⇒ ::Google::Cloud::Channel::V1::CustomerConstraints
Returns Represents constraints required to purchase the Offer for a customer.
117 118 119 120 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 117 class Constraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |