class Evernote::EDAM::Type::LinkedNotebook
A link in an users account that refers them to a public or individual share in another user's account.
<dl> <dt>id</dt> <dd>the primary identifier of a linked notebook only used for deleting.</dd>
<dt>shareName</dt> <dd>the display name of the shared notebook.
The link owner can change this.</dd>
<dt>username</dt> <dd>the username of the user who owns the shared or public notebook</dd>
<dt>shardId</dt> <dd>the shard ID of the notebook if the notebook is not public</dt>
<dt>shareKey</dt> <dd>the secret key that provides access to the shared notebook</dd>
<dt>uri</dt> <dd>the identifier of the public notebook</dd>
Constants
- FIELDS
- ID
- SHARDID
- SHAREKEY
- SHARENAME
- URI
- USERNAME
Public Instance Methods
struct_fields()
click to toggle source
# File build/evernote-mode-24BFFK/evernote-mode-0.41/ruby/Evernote/EDAM/types_types.rb, line 1537 def struct_fields; FIELDS; end
validate()
click to toggle source
# File build/evernote-mode-24BFFK/evernote-mode-0.41/ruby/Evernote/EDAM/types_types.rb, line 1539 def validate end