ResourceFilters constructor

ResourceFilters({
  1. String? accountId,
  2. String? region,
  3. String? resourceId,
  4. String? resourceName,
})

Implementation

ResourceFilters({
  this.accountId,
  this.region,
  this.resourceId,
  this.resourceName,
});