ListXssMatchSetsResponse constructor

ListXssMatchSetsResponse({
  1. String? nextMarker,
  2. List<XssMatchSetSummary>? xssMatchSets,
})

Implementation

ListXssMatchSetsResponse({
  this.nextMarker,
  this.xssMatchSets,
});