Class | Evernote::EDAM::NoteStore::NoteStore::GetResourceByHash_args |
In: |
ruby/lib/Evernote/EDAM/note_store.rb
|
Parent: | Object |
AUTHENTICATIONTOKEN | = | 1 |
NOTEGUID | = | 2 |
CONTENTHASH | = | 3 |
WITHDATA | = | 4 |
WITHRECOGNITION | = | 5 |
WITHALTERNATEDATA | = | 6 |
FIELDS | = | { AUTHENTICATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'authenticationToken'}, NOTEGUID => {:type => ::Thrift::Types::STRING, :name => 'noteGuid'}, CONTENTHASH => {:type => ::Thrift::Types::STRING, :name => 'contentHash', :binary => true}, WITHDATA => {:type => ::Thrift::Types::BOOL, :name => 'withData'}, WITHRECOGNITION => {:type => ::Thrift::Types::BOOL, :name => 'withRecognition'}, WITHALTERNATEDATA => {:type => ::Thrift::Types::BOOL, :name => 'withAlternateData'} |