ListReceivedLicensesResponse constructor
ListReceivedLicensesResponse({
- List<
GrantedLicense> ? licenses, - String? nextToken,
Implementation
ListReceivedLicensesResponse({
this.licenses,
this.nextToken,
});