ListUserListGlobalLicenseCustomerInfosResponse constructor

ListUserListGlobalLicenseCustomerInfosResponse({
  1. String? nextPageToken,
  2. List<UserListGlobalLicenseCustomerInfo>? userListGlobalLicenseCustomerInfos,
})

Implementation

ListUserListGlobalLicenseCustomerInfosResponse({
  this.nextPageToken,
  this.userListGlobalLicenseCustomerInfos,
});