Class: Google::Cloud::Channel::V1::Constraints

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#customer_constraints::Google::Cloud::Channel::V1::CustomerConstraints

Returns Represents constraints required to purchase the Offer for a customer.

Returns:



111
112
113
114
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 111

class Constraints
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end