LicensesListResponse constructor

LicensesListResponse({
  1. String? id,
  2. List<License>? items,
  3. String? nextPageToken,
  4. String? selfLink,
  5. LicensesListResponseWarning? warning,
})

Implementation

LicensesListResponse({
  this.id,
  this.items,
  this.nextPageToken,
  this.selfLink,
  this.warning,
});