GetIPSetResponse constructor
GetIPSetResponse({
- required IpSetFormat format,
- required String location,
- required String name,
- required IpSetStatus status,
- Map<
String, String> ? tags,
Implementation
GetIPSetResponse({
required this.format,
required this.location,
required this.name,
required this.status,
this.tags,
});