Class: Google::Cloud::Channel::V1::ListPurchasableOffersRequest::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 Offers for CreateEntitlement purchase.

Instance Attribute Summary collapse

Instance Attribute Details

#sku::String

Returns Required. SKU that the result should be restricted to. Format: products/{product_id}/skus/{sku_id}.

Returns:

  • (::String)

    Required. SKU that the result should be restricted to. Format: products/{product_id}/skus/{sku_id}.



1275
1276
1277
1278
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1275

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