Google Cloud Billing v1 API - Class ListBillingAccountsResponse (3.7.0)

public sealed class ListBillingAccountsResponse : IMessage<ListBillingAccountsResponse>, IEquatable<ListBillingAccountsResponse>, IDeepCloneable<ListBillingAccountsResponse>, IBufferMessage, IMessage, IPageResponse<BillingAccount>, IEnumerable<BillingAccount>, IEnumerable

Reference documentation and code samples for the Google Cloud Billing v1 API class ListBillingAccountsResponse.

Response message for ListBillingAccounts.

Inheritance

object > ListBillingAccountsResponse

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

ListBillingAccountsResponse()

public ListBillingAccountsResponse()

ListBillingAccountsResponse(ListBillingAccountsResponse)

public ListBillingAccountsResponse(ListBillingAccountsResponse other)
Parameter
NameDescription
otherListBillingAccountsResponse

Properties

BillingAccounts

public RepeatedField<BillingAccount> BillingAccounts { get; }

A list of billing accounts.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<BillingAccount> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorBillingAccount