BillingProfilesListResponse constructor

BillingProfilesListResponse({
  1. List<BillingProfile>? billingProfiles,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

BillingProfilesListResponse({
  this.billingProfiles,
  this.kind,
  this.nextPageToken,
});