Class: Google::Cloud::Channel::V1::QueryEligibleBillingAccountsRequest

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

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

Returns:

  • (::String)

    Required. The resource name of the customer to list eligible billing accounts for. Format: accounts/{account_id}/customers/{customer_id}.



1466
1467
1468
1469
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1466

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

Returns:

  • (::Array<::String>)

    Required. List of SKUs to list eligible billing accounts for. At least one SKU is required. Format: products/{product_id}/skus/{sku_id}.



1466
1467
1468
1469
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1466

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