ListSingleTenantHsmInstancesResponse constructor

ListSingleTenantHsmInstancesResponse({
  1. String? nextPageToken,
  2. List<SingleTenantHsmInstance>? singleTenantHsmInstances,
  3. int? totalSize,
})

Implementation

ListSingleTenantHsmInstancesResponse({
  this.nextPageToken,
  this.singleTenantHsmInstances,
  this.totalSize,
});