ListLicensesResponse constructor

ListLicensesResponse({
  1. List<License>? licenses,
  2. String? nextToken,
})

Implementation

ListLicensesResponse({
  this.licenses,
  this.nextToken,
});