ListGeoMatchSetsResponse constructor
ListGeoMatchSetsResponse({
- List<
GeoMatchSetSummary> ? geoMatchSets, - String? nextMarker,
Implementation
ListGeoMatchSetsResponse({
this.geoMatchSets,
this.nextMarker,
});