ListIPSetsResponse constructor
ListIPSetsResponse({
- List<
IPSetSummary> ? iPSets, - String? nextMarker,
Implementation
ListIPSetsResponse({
this.iPSets,
this.nextMarker,
});