GoogleCloudContentwarehouseV1ListDocumentSchemasResponse constructor
GoogleCloudContentwarehouseV1ListDocumentSchemasResponse({
- List<
GoogleCloudContentwarehouseV1DocumentSchema> ? documentSchemas, - String? nextPageToken,
Implementation
GoogleCloudContentwarehouseV1ListDocumentSchemasResponse({
this.documentSchemas,
this.nextPageToken,
});