ProtectionGroup constructor
ProtectionGroup({
- required ProtectionGroupAggregation aggregation,
- required List<
String> members, - required ProtectionGroupPattern pattern,
- required String protectionGroupId,
- ProtectedResourceType? resourceType,
Implementation
ProtectionGroup({
required this.aggregation,
required this.members,
required this.pattern,
required this.protectionGroupId,
this.resourceType,
});