public sealed class ListProjectBillingInfoRequest : IMessage<ListProjectBillingInfoRequest>, IEquatable<ListProjectBillingInfoRequest>, IDeepCloneable<ListProjectBillingInfoRequest>, IBufferMessage, IMessage, IPageRequestRequest message for ListProjectBillingInfo.
Implements
IMessage<ListProjectBillingInfoRequest>, IEquatable<ListProjectBillingInfoRequest>, IDeepCloneable<ListProjectBillingInfoRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
ListProjectBillingInfoRequest()
public ListProjectBillingInfoRequest()ListProjectBillingInfoRequest(ListProjectBillingInfoRequest)
public ListProjectBillingInfoRequest(ListProjectBillingInfoRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListProjectBillingInfoRequest |
Properties
BillingAccountName
public BillingAccountName BillingAccountName { get; set; }BillingAccountName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BillingAccountName |
|
Name
public string Name { get; set; }Required. The resource name of the billing account associated with the projects that
you want to list. For example, billingAccounts/012345-567890-ABCDEF.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PageSize
public int PageSize { get; set; }Requested page size. The maximum page size is 100; this is also the default.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }A token identifying a page of results to be returned. This should be a
next_page_token value returned from a previous ListProjectBillingInfo
call. If unspecified, the first page of results is returned.
| Property Value | |
|---|---|
| Type | Description |
String |
|