ListByteMatchSetsResponse constructor

ListByteMatchSetsResponse({
  1. List<ByteMatchSetSummary>? byteMatchSets,
  2. String? nextMarker,
})

Implementation

ListByteMatchSetsResponse({
  this.byteMatchSets,
  this.nextMarker,
});