Class: Google::Cloud::Channel::V1::Product
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::Product
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/products.rb
Overview
A Product is the entity a customer uses when placing an order. For example, Google Workspace, Google Voice, etc.
Instance Attribute Summary collapse
-
#marketing_info ⇒ ::Google::Cloud::Channel::V1::MarketingInfo
Marketing information for the product.
-
#name ⇒ ::String
Resource Name of the Product.
Instance Attribute Details
#marketing_info ⇒ ::Google::Cloud::Channel::V1::MarketingInfo
Returns Marketing information for the product.
33 34 35 36 |
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 33 class Product include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Resource Name of the Product. Format: products/{product_id}.
33 34 35 36 |
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 33 class Product include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |