ListUserListGlobalLicensesResponse constructor
ListUserListGlobalLicensesResponse({
- String? nextPageToken,
- List<
UserListGlobalLicense> ? userListGlobalLicenses,
Implementation
ListUserListGlobalLicensesResponse({
this.nextPageToken,
this.userListGlobalLicenses,
});