class Evernote::EDAM::NoteStore::RelatedResult

The result of calling findRelated(). The contents of the notes, notebooks, and tags fields will be in decreasing order of expected relevance. It is possible that fewer results than requested will be returned even if there are enough distinct entities in the account in cases where the relevance is estimated to be low.

<dl> <dt>notes</dt> <dd>If notes have been requested to be included, this will be the

list of notes.</dd>

<dt>notebooks</dt> <dd>If notebooks have been requested to be included, this will be the

list of notebooks.</dd>

<dt>tags</dt> <dd>If tags have been requested to be included, this will be the list

of tags.</dd>

</dl>

<dt>containingNotebooks</dt> <dd>If includeContainingNotebooks is set to true

in the RelatedResultSpec, return the list of notebooks to
to which the returned related notes belong. The notebooks in this
list will occur once per notebook GUID and are represented as
NotebookDescriptor objects.</dd>

</dl> </dl>

Constants

CONTAININGNOTEBOOKS
FIELDS
NOTEBOOKS
NOTES
TAGS

Public Instance Methods

struct_fields() click to toggle source
# File lib/Evernote/EDAM/note_store_types.rb, line 1018
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/Evernote/EDAM/note_store_types.rb, line 1020
def validate
end