BatchDeleteAssetsRequest constructor

BatchDeleteAssetsRequest({
  1. bool? allowMissing,
  2. List<String>? names,
})

Implementation

BatchDeleteAssetsRequest({
  this.allowMissing,
  this.names,
});