DiskParams constructor

DiskParams({
  1. Map<String, String>? resourceManagerTags,
})

Implementation

DiskParams({
  this.resourceManagerTags,
});