public sealed class ListBillingAccountsRequest : IMessage<ListBillingAccountsRequest>, IEquatable<ListBillingAccountsRequest>, IDeepCloneable<ListBillingAccountsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Billing v1 API class ListBillingAccountsRequest.
Request message for ListBillingAccounts
.
Implements
IMessageListBillingAccountsRequest, IEquatableListBillingAccountsRequest, IDeepCloneableListBillingAccountsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
ListBillingAccountsRequest()
public ListBillingAccountsRequest()
ListBillingAccountsRequest(ListBillingAccountsRequest)
public ListBillingAccountsRequest(ListBillingAccountsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListBillingAccountsRequest |
Properties
Filter
public string Filter { get; set; }
Options for how to filter the returned billing accounts. Currently this only supports filtering for subaccounts under a single provided reseller billing account. (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF"). Boolean algebra and other fields are not currently supported.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Requested page size. The maximum page size is 100; this is also the default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A token identifying a page of results to return. This should be a
next_page_token
value returned from a previous ListBillingAccounts
call. If unspecified, the first page of results is returned.
Property Value | |
---|---|
Type | Description |
string |