ListThingsInBillingGroupResponse constructor

ListThingsInBillingGroupResponse({
  1. String? nextToken,
  2. List<String>? things,
})

Implementation

ListThingsInBillingGroupResponse({
  this.nextToken,
  this.things,
});