Class: Google::Cloud::Channel::V1::QueryEligibleBillingAccountsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::QueryEligibleBillingAccountsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for QueryEligibleBillingAccounts.
Instance Attribute Summary collapse
-
#customer ⇒ ::String
Required.
-
#skus ⇒ ::Array<::String>
Required.
Instance Attribute Details
#customer ⇒ ::String
Returns Required. The resource name of the customer to list eligible billing accounts for. Format: accounts/{account_id}/customers/{customer_id}.
1482 1483 1484 1485 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1482 class QueryEligibleBillingAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skus ⇒ ::Array<::String>
Returns Required. List of SKUs to list eligible billing accounts for. At least one SKU is required. Format: products/{product_id}/skus/{sku_id}.
1482 1483 1484 1485 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1482 class QueryEligibleBillingAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |