SearchDataItemsRequest constructor
SearchDataItemsRequest({
- String? orderByDataItem,
- SearchDataItemsRequest_OrderByAnnotation? orderByAnnotation,
- required String dataset,
- String savedQuery = '',
- String dataLabelingJob = '',
- String dataItemFilter = '',
- String annotationsFilter = '',
- List<
String> annotationFilters = const [], - FieldMask? fieldMask,
- int annotationsLimit = 0,
- int pageSize = 0,
- String orderBy = '',
- 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);