ListIPSetsResponse constructor

ListIPSetsResponse({
  1. List<IPSetSummary>? iPSets,
  2. String? nextMarker,
})

Implementation

ListIPSetsResponse({
  this.iPSets,
  this.nextMarker,
});