Google Cloud Billing v1 API - Class ListProjectBillingInfoResponse (3.6.0)

public sealed class ListProjectBillingInfoResponse : IMessage<ListProjectBillingInfoResponse>, IEquatable<ListProjectBillingInfoResponse>, IDeepCloneable<ListProjectBillingInfoResponse>, IBufferMessage, IMessage, IPageResponse<ProjectBillingInfo>, IEnumerable<ProjectBillingInfo>, IEnumerable

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

Request message for ListProjectBillingInfoResponse.

Inheritance

object > ListProjectBillingInfoResponse

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

ListProjectBillingInfoResponse()

public ListProjectBillingInfoResponse()

ListProjectBillingInfoResponse(ListProjectBillingInfoResponse)

public ListProjectBillingInfoResponse(ListProjectBillingInfoResponse other)
Parameter
NameDescription
otherListProjectBillingInfoResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. To retrieve the next page, call ListProjectBillingInfo 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

ProjectBillingInfo

public RepeatedField<ProjectBillingInfo> ProjectBillingInfo { get; }

A list of ProjectBillingInfo resources representing the projects associated with the billing account.

Property Value
TypeDescription
RepeatedFieldProjectBillingInfo

Methods

GetEnumerator()

public IEnumerator<ProjectBillingInfo> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorProjectBillingInfo