Summary constructor

Summary({
  1. String? lastUpdated,
  2. int? nonCompliantResources,
  3. String? region,
  4. String? resourceType,
  5. String? targetId,
  6. TargetIdType? targetIdType,
})

Implementation

Summary({
  this.lastUpdated,
  this.nonCompliantResources,
  this.region,
  this.resourceType,
  this.targetId,
  this.targetIdType,
});