GoogleCloudDocumentaiV1ListSchemaVersionsResponse constructor
GoogleCloudDocumentaiV1ListSchemaVersionsResponse({
- String? nextPageToken,
- List<
GoogleCloudDocumentaiV1SchemaVersion> ? schemaVersions,
Implementation
GoogleCloudDocumentaiV1ListSchemaVersionsResponse({
this.nextPageToken,
this.schemaVersions,
});