Google Cloud Billing v1 API - Class ListProjectBillingInfoRequest (3.2.0)

public sealed class ListProjectBillingInfoRequest : IMessage<ListProjectBillingInfoRequest>, IEquatable<ListProjectBillingInfoRequest>, IDeepCloneable<ListProjectBillingInfoRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for ListProjectBillingInfo.

Inheritance

Object > ListProjectBillingInfoRequest

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

ListProjectBillingInfoRequest()

public ListProjectBillingInfoRequest()

ListProjectBillingInfoRequest(ListProjectBillingInfoRequest)

public ListProjectBillingInfoRequest(ListProjectBillingInfoRequest other)
Parameter
NameDescription
otherListProjectBillingInfoRequest

Properties

BillingAccountName

public BillingAccountName BillingAccountName { get; set; }

BillingAccountName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
String

PageSize

public int PageSize { get; set; }

Requested page size. The maximum page size is 100; this is also the default.

Property Value
TypeDescription
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
TypeDescription
String