Class: Google::Cloud::Channel::V1::PriceByResource
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::PriceByResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/offers.rb
Overview
Represents price by resource type.
Instance Attribute Summary collapse
-
#price ⇒ ::Google::Cloud::Channel::V1::Price
Price of the Offer.
-
#price_phases ⇒ ::Array<::Google::Cloud::Channel::V1::PricePhase>
Specifies the price by time range.
-
#resource_type ⇒ ::Google::Cloud::Channel::V1::ResourceType
Resource Type.
Instance Attribute Details
#price ⇒ ::Google::Cloud::Channel::V1::Price
Returns Price of the Offer. Present if there are no price phases.
175 176 177 178 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 175 class PriceByResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#price_phases ⇒ ::Array<::Google::Cloud::Channel::V1::PricePhase>
Returns Specifies the price by time range.
175 176 177 178 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 175 class PriceByResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_type ⇒ ::Google::Cloud::Channel::V1::ResourceType
Returns Resource Type. Example: SEAT.
175 176 177 178 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 175 class PriceByResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |