Record
add-or-replace-documents-body-item
No description available.
record add-or-replace-documents-body-item {
author: option<string>,
genre: option<string>,
id: option<f64>,
price: option<f64>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| author | option<string> | |
| genre | option<string> | |
| id | option<f64> | |
| price | option<f64> | |
| title | option<string> |