public sealed class ListProjectBillingInfoResponse : IMessage<ListProjectBillingInfoResponse>, IEquatable<ListProjectBillingInfoResponse>, IDeepCloneable<ListProjectBillingInfoResponse>, IBufferMessage, IMessage, IPageResponse<ProjectBillingInfo>, IEnumerable<ProjectBillingInfo>, IEnumerableReference documentation and code samples for the Google Cloud Billing v1 API class ListProjectBillingInfoResponse.
Request message for ListProjectBillingInfoResponse.
Implements
IMessageListProjectBillingInfoResponse, IEquatableListProjectBillingInfoResponse, IDeepCloneableListProjectBillingInfoResponse, IBufferMessage, IMessage, IPageResponseProjectBillingInfo, IEnumerableProjectBillingInfo, IEnumerableNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
ListProjectBillingInfoResponse()
public ListProjectBillingInfoResponse()ListProjectBillingInfoResponse(ListProjectBillingInfoResponse)
public ListProjectBillingInfoResponse(ListProjectBillingInfoResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListProjectBillingInfoResponse |
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 | |
|---|---|
| Type | Description |
string |
|
ProjectBillingInfo
public RepeatedField<ProjectBillingInfo> ProjectBillingInfo { get; }A list of ProjectBillingInfo resources representing the projects
associated with the billing account.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldProjectBillingInfo |
|
Methods
GetEnumerator()
public IEnumerator<ProjectBillingInfo> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorProjectBillingInfo |
|