GetIPSetResponse constructor

GetIPSetResponse({
  1. required IpSetFormat format,
  2. required String location,
  3. required String name,
  4. required IpSetStatus status,
  5. Map<String, String>? tags,
})

Implementation

GetIPSetResponse({
  required this.format,
  required this.location,
  required this.name,
  required this.status,
  this.tags,
});