GoogleCloudDocumentaiV1ListProcessorsResponse constructor
GoogleCloudDocumentaiV1ListProcessorsResponse({
- String? nextPageToken,
- List<
GoogleCloudDocumentaiV1Processor> ? processors,
Implementation
GoogleCloudDocumentaiV1ListProcessorsResponse({
this.nextPageToken,
this.processors,
});