ListProjectBillingInfoResponse constructor
ListProjectBillingInfoResponse({
- String? nextPageToken,
- List<
ProjectBillingInfo> ? projectBillingInfo,
Implementation
ListProjectBillingInfoResponse({this.nextPageToken, this.projectBillingInfo});