CreateByteMatchSetResponse constructor
CreateByteMatchSetResponse({
- ByteMatchSet? byteMatchSet,
- String? changeToken,
Implementation
CreateByteMatchSetResponse({
this.byteMatchSet,
this.changeToken,
});