GoogleCloudDocumentaiV1ListSchemasResponse constructor

GoogleCloudDocumentaiV1ListSchemasResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDocumentaiV1NextSchema>? schemas,
})

Implementation

GoogleCloudDocumentaiV1ListSchemasResponse({
  this.nextPageToken,
  this.schemas,
});