GoogleCloudDocumentaiV1ListSchemaVersionsResponse constructor

GoogleCloudDocumentaiV1ListSchemaVersionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDocumentaiV1SchemaVersion>? schemaVersions,
})

Implementation

GoogleCloudDocumentaiV1ListSchemaVersionsResponse({
  this.nextPageToken,
  this.schemaVersions,
});