ListBillingGroupsResponse constructor

ListBillingGroupsResponse({
  1. List<GroupNameAndArn>? billingGroups,
  2. String? nextToken,
})

Implementation

ListBillingGroupsResponse({
  this.billingGroups,
  this.nextToken,
});