Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::QueryEligibleBillingAccountsRequest.
Request message for QueryEligibleBillingAccounts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#customer
def customer() -> ::String
Returns
- (::String) — Required. The resource name of the customer to list eligible billing accounts for. Format: accounts/{account_id}/customers/{customer_id}.
#customer=
def customer=(value) -> ::String
Parameter
- value (::String) — 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}.
#skus
def skus() -> ::Array<::String>
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}.
#skus=
def skus=(value) -> ::Array<::String>
Parameter
- value (::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}.
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}.