ListSingleTenantHsmInstancesResponse constructor
ListSingleTenantHsmInstancesResponse({
- String? nextPageToken,
- List<
SingleTenantHsmInstance> ? singleTenantHsmInstances, - int? totalSize,
Implementation
ListSingleTenantHsmInstancesResponse({
this.nextPageToken,
this.singleTenantHsmInstances,
this.totalSize,
});