GoogleCloudContentwarehouseV1QAResultHighlight constructor

GoogleCloudContentwarehouseV1QAResultHighlight({
  1. int? endIndex,
  2. int? startIndex,
})

Implementation

GoogleCloudContentwarehouseV1QAResultHighlight({
  this.endIndex,
  this.startIndex,
});