GoogleCloudDocumentaiV1ListSchemasResponse constructor
GoogleCloudDocumentaiV1ListSchemasResponse({
- String? nextPageToken,
- List<
GoogleCloudDocumentaiV1NextSchema> ? schemas,
Implementation
GoogleCloudDocumentaiV1ListSchemasResponse({
this.nextPageToken,
this.schemas,
});