class Evernote::EDAM::Type::SavedSearchScope
A structure defining the scope of a SavedSearch
.
<dl>
<dt>includeAccount</dt> <dd>The search should include notes from the account that contains the SavedSearch.</dd> <dt>includePersonalLinkedNotebooks</dt> <dd>The search should include notes within those shared notebooks that the user has joined that are NOT business notebooks.</dd> <dt>includeBusinessLinkedNotebooks</dt> <dd>The search should include notes within those shared notebooks that the user has joined that are business notebooks in the business that the user is currently a member of.</dd>
</dl>
Constants
- FIELDS
- INCLUDEACCOUNT
- INCLUDEBUSINESSLINKEDNOTEBOOKS
- INCLUDEPERSONALLINKEDNOTEBOOKS
Public Instance Methods
struct_fields()
click to toggle source
# File lib/Evernote/EDAM/types_types.rb, line 1713 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/Evernote/EDAM/types_types.rb, line 1715 def validate end