public sealed class ListProjectBillingInfoResponse : IMessage<ListProjectBillingInfoResponse>, IEquatable<ListProjectBillingInfoResponse>, IDeepCloneable<ListProjectBillingInfoResponse>, IBufferMessage, IMessage, IPageResponse<ProjectBillingInfo>, IEnumerable<ProjectBillingInfo>, IEnumerableRequest message for ListProjectBillingInfoResponse.
Implements
IMessage<ListProjectBillingInfoResponse>, IEquatable<ListProjectBillingInfoResponse>, IDeepCloneable<ListProjectBillingInfoResponse>, IBufferMessage, IMessage, IPageResponse<ProjectBillingInfo>, IEnumerable<ProjectBillingInfo>, 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 |
RepeatedField<ProjectBillingInfo> |
|
Methods
GetEnumerator()
public IEnumerator<ProjectBillingInfo> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<ProjectBillingInfo> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|