Class ListProjectBillingInfoResponse (3.0.0)

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

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

Methods

GetEnumerator()

public IEnumerator<ProjectBillingInfo> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<ProjectBillingInfo>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator