BatchDeleteAssetsRequest constructor

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

Implementation

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