SearchDataItemsRequest constructor

SearchDataItemsRequest({
  1. String? orderByDataItem,
  2. SearchDataItemsRequest_OrderByAnnotation? orderByAnnotation,
  3. required String dataset,
  4. String savedQuery = '',
  5. String dataLabelingJob = '',
  6. String dataItemFilter = '',
  7. String annotationsFilter = '',
  8. List<String> annotationFilters = const [],
  9. FieldMask? fieldMask,
  10. int annotationsLimit = 0,
  11. int pageSize = 0,
  12. String orderBy = '',
  13. String pageToken = '',
})

Implementation

SearchDataItemsRequest({
  this.orderByDataItem,
  this.orderByAnnotation,
  required this.dataset,
  this.savedQuery = '',
  this.dataLabelingJob = '',
  this.dataItemFilter = '',
  this.annotationsFilter = '',
  this.annotationFilters = const [],
  this.fieldMask,
  this.annotationsLimit = 0,
  this.pageSize = 0,
  this.orderBy = '',
  this.pageToken = '',
}) : super(fullyQualifiedName);