book_info 
A datum which contains all the metadata of a book
Vars | |
| author | The "author" of the book |
|---|---|
| content | The info inside the book |
| title | The title of the book |
Procs | |
| copy_into | Modify an existing book_info datum to match your data |
| return_copy | Returns a copy of the book_info datum |
Var Details
author 
The "author" of the book
content 
The info inside the book
title 
The title of the book
Proc Details
copy_into
Modify an existing book_info datum to match your data
return_copy
Returns a copy of the book_info datum