Class: Google::Cloud::Channel::V1::ListPurchasableOffersRequest::CreateEntitlementPurchase
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListPurchasableOffersRequest::CreateEntitlementPurchase
- 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
-
#billing_account ⇒ ::String
Optional.
-
#sku ⇒ ::String
Required.
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}.
1421 1422 1423 1424 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1421 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}.
1421 1422 1423 1424 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1421 class CreateEntitlementPurchase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |