ListByteMatchSetsResponse constructor
ListByteMatchSetsResponse({
- List<
ByteMatchSetSummary> ? byteMatchSets, - String? nextMarker,
Implementation
ListByteMatchSetsResponse({
this.byteMatchSets,
this.nextMarker,
});