Class: Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase

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

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.

Returns:

  • (::String)

    Required. List SKUs belonging to this Product. Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.



1298
1299
1300
1301
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1298

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