ProtectionGroup constructor

ProtectionGroup({
  1. required ProtectionGroupAggregation aggregation,
  2. required List<String> members,
  3. required ProtectionGroupPattern pattern,
  4. required String protectionGroupId,
  5. ProtectedResourceType? resourceType,
})

Implementation

ProtectionGroup({
  required this.aggregation,
  required this.members,
  required this.pattern,
  required this.protectionGroupId,
  this.resourceType,
});