class Evernote::EDAM::Type::NotebookDescriptor
A structure that describes a notebook or a user’s relationship with a notebook. NotebookDescriptor
is expected to remain a lighter-weight structure when compared to Notebook
. <dl> <dt>guid</dt>
<dd>The unique identifier of the notebook. </dd>
<dt>notebookDisplayName</dt>
<dd>A sequence of characters representing the name of the notebook. </dd>
<dt>contactName</dt>
<dd>The User.name value of the notebook's "contact". </dd>
<dt>hasSharedNotebook</dt>
<dd>Whether a SharedNotebook record exists between the calling user and this notebook. </dd>
<dt>joinedUserCount</dt>
<dd>The number of users who have joined this notebook. </dd>
</dl>
Constants
- CONTACTNAME
- FIELDS
- GUID
- HASSHAREDNOTEBOOK
- JOINEDUSERCOUNT
- NOTEBOOKDISPLAYNAME
Public Instance Methods
struct_fields()
click to toggle source
# File lib/Evernote/EDAM/types_types.rb, line 2418 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/Evernote/EDAM/types_types.rb, line 2420 def validate end