ListHapgsResponse constructor

ListHapgsResponse({
  1. required List<String> hapgList,
  2. String? nextToken,
})

Implementation

ListHapgsResponse({
  required this.hapgList,
  this.nextToken,
});