Class: Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
List SKUs for a new entitlement. Make the purchase using CloudChannelService.CreateEntitlement.
Instance Attribute Summary collapse
-
#product ⇒ ::String
Required.
Instance Attribute Details
#product ⇒ ::String
Returns Required. List SKUs belonging to this Product. Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.
1328 1329 1330 1331 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1328 class CreateEntitlementPurchase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |