Cloud Channel v1 API - Class QueryEligibleBillingAccountsRequest (2.11.0)

public sealed class QueryEligibleBillingAccountsRequest : IMessage<QueryEligibleBillingAccountsRequest>, IEquatable<QueryEligibleBillingAccountsRequest>, IDeepCloneable<QueryEligibleBillingAccountsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class QueryEligibleBillingAccountsRequest.

Request message for QueryEligibleBillingAccounts.

Inheritance

object > QueryEligibleBillingAccountsRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

QueryEligibleBillingAccountsRequest()

public QueryEligibleBillingAccountsRequest()

QueryEligibleBillingAccountsRequest(QueryEligibleBillingAccountsRequest)

public QueryEligibleBillingAccountsRequest(QueryEligibleBillingAccountsRequest other)
Parameter
NameDescription
otherQueryEligibleBillingAccountsRequest

Properties

Customer

public string Customer { get; set; }

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

Property Value
TypeDescription
string

CustomerAsCustomerName

public CustomerName CustomerAsCustomerName { get; set; }

CustomerName-typed view over the Customer resource name property.

Property Value
TypeDescription
CustomerName

Skus

public RepeatedField<string> Skus { get; }

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

Property Value
TypeDescription
RepeatedFieldstring