name property

String? name
getter/setter pair

The resource name of the book.

Book names have the form shelves/{shelf_id}/books/{book_id}. The name is ignored when creating a book.

Implementation

core.String? name;