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

#billing_account::String

Returns Optional. Billing account that the result should be restricted to. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.

Returns:

  • (::String)

    Optional. Billing account that the result should be restricted to. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.



1405
1406
1407
1408
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1405

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

#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}.



1405
1406
1407
1408
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1405

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