Class ListBillingAccountsResponse (2.3.0)

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

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
RepeatedField<BillingAccount>

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
IEnumerator<BillingAccount>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator