ListUserListGlobalLicenseCustomerInfosResponse constructor
ListUserListGlobalLicenseCustomerInfosResponse({
- String? nextPageToken,
- List<
UserListGlobalLicenseCustomerInfo> ? userListGlobalLicenseCustomerInfos,
Implementation
ListUserListGlobalLicenseCustomerInfosResponse({
this.nextPageToken,
this.userListGlobalLicenseCustomerInfos,
});