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