public sealed class ListBillingAccountsResponse : IMessage<ListBillingAccountsResponse>, IEquatable<ListBillingAccountsResponse>, IDeepCloneable<ListBillingAccountsResponse>, IBufferMessage, IMessage, IPageResponse<BillingAccount>, IEnumerable<BillingAccount>, IEnumerableReference documentation and code samples for the Google Cloud Billing v1 API class ListBillingAccountsResponse.
Response message for ListBillingAccounts.
Implements
IMessageListBillingAccountsResponse, IEquatableListBillingAccountsResponse, IDeepCloneableListBillingAccountsResponse, IBufferMessage, IMessage, IPageResponseBillingAccount, IEnumerableBillingAccount, IEnumerableNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
ListBillingAccountsResponse()
public ListBillingAccountsResponse()ListBillingAccountsResponse(ListBillingAccountsResponse)
public ListBillingAccountsResponse(ListBillingAccountsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBillingAccountsResponse |
Properties
BillingAccounts
public RepeatedField<BillingAccount> BillingAccounts { get; }A list of billing accounts.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBillingAccount |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve the next page of results. To retrieve the next page,
call ListBillingAccounts again with the page_token field set to this
value. This field is empty if there are no more results to retrieve.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<BillingAccount> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorBillingAccount |
|