ListUserListGlobalLicensesResponse constructor

ListUserListGlobalLicensesResponse({
  1. String? nextPageToken,
  2. List<UserListGlobalLicense>? userListGlobalLicenses,
})

Implementation

ListUserListGlobalLicensesResponse({
  this.nextPageToken,
  this.userListGlobalLicenses,
});