Interface protos.google.cloud.billing.v1.IListProjectBillingInfoResponse (2.2.7)

Properties of a ListProjectBillingInfoResponse.

Package

@google-cloud/billing!

Properties

nextPageToken

nextPageToken?: (string|null);

ListProjectBillingInfoResponse nextPageToken

Property Value
TypeDescription
(string|null)

projectBillingInfo

projectBillingInfo?: (google.cloud.billing.v1.IProjectBillingInfo[]|null);

ListProjectBillingInfoResponse projectBillingInfo

Property Value
TypeDescription
(google.cloud.billing.v1.IProjectBillingInfo[]|null)