BatchDeleteAssetsRequest constructor
BatchDeleteAssetsRequest({
- bool? allowMissing,
- List<
CascadingRule> ? cascadingRules, - List<
String> ? names,
Implementation
BatchDeleteAssetsRequest({
this.allowMissing,
this.cascadingRules,
this.names,
});