Class: Google::Cloud::Channel::V1::Sku
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::Sku
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/products.rb
Overview
Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent the different variations of the product. For example, Google Workspace Business Standard and Google Workspace Business Plus are Google Workspace product SKUs.
Instance Attribute Summary collapse
-
#marketing_info ⇒ ::Google::Cloud::Channel::V1::MarketingInfo
Marketing information for the SKU.
-
#name ⇒ ::String
Resource Name of the SKU.
-
#product ⇒ ::Google::Cloud::Channel::V1::Product
Product the SKU is associated with.
Instance Attribute Details
#marketing_info ⇒ ::Google::Cloud::Channel::V1::MarketingInfo
Returns Marketing information for the SKU.
52 53 54 55 |
# File 'proto_docs/google/cloud/channel/v1/products.rb', line 52 class Sku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |