ListGeoMatchSetsResponse constructor

ListGeoMatchSetsResponse({
  1. List<GeoMatchSetSummary>? geoMatchSets,
  2. String? nextMarker,
})

Implementation

ListGeoMatchSetsResponse({
  this.geoMatchSets,
  this.nextMarker,
});