class Evernote::EDAM::Type::SharedNotebook
Shared notebooks represent a relationship between a notebook and a single share invitation recipient. <dl> <dt>id</dt> <dd>the primary identifier of the share</dd>
<dt>userId</dt> <dd>the user id of the owner of the notebook</dd>
<dt>notebookGuid</dt> <dd>the GUID of the associated notebook shared.</dd>
<dt>email</dt> <dd>the email address of the recipient - used by the notebook owner to identify who they shared with.</dd>
<dt>notebookModifiable</dt> <dd>a flag indicating the share is read/write -otherwise it's read only</dd>
<dt>requireLogin</dt> <dd>indicates that a user must login to access the share</dd>
<dt>serviceCreated</dt> <dd>the date the owner first created the share with the specific email
address</dd>
<dt>username</dt> <dd>the username of the user who can access this share.
Once it's assigned it cannot be changed.</dd>
</dl>
Constants
- FIELDS
- ID
- NOTEBOOKGUID
- NOTEBOOKMODIFIABLE
- REQUIRELOGIN
- SERVICECREATED
- SHAREKEY
- USERID
- USERNAME
Public Instance Methods
# File build/evernote-mode-6YHuyP/evernote-mode-0.41/ruby/Evernote/EDAM/types_types.rb, line 1489 def struct_fields; FIELDS; end
# File build/evernote-mode-6YHuyP/evernote-mode-0.41/ruby/Evernote/EDAM/types_types.rb, line 1491 def validate end