BillingProfilesListResponse constructor
BillingProfilesListResponse({
- List<
BillingProfile> ? billingProfiles, - String? kind,
- String? nextPageToken,
Implementation
BillingProfilesListResponse({
this.billingProfiles,
this.kind,
this.nextPageToken,
});