Identfying information about previous versions of a note that are backed up within Evernote's servers. Used in the return value of the listNoteVersions call.
<dl>
<dt>updateSequenceNum</dt> <dd> The update sequence number for the Note when it last had this content. This serves to uniquely identify each version of the note, since USN values are unique within an account for each update. </dd> <dt>updated</dt> <dd> The 'updated' time that was set on the Note when it had this version of the content. This is the user-modifiable modification time on the note, so it's not reliable for guaranteeing the order of various versions. (E.g. if someone modifies the note, then changes this time manually into the past and then updates the note again.) </dd> <dt>saved</dt> <dd> A timestamp that holds the date and time when this version of the note was backed up by Evernote's servers. This </dd> <dt>title</dt> <dd> The title of the note when this particular verison was saved. (The current title of the note may differ from this value.) </dd>
</dl>
# File usr/lib/ruby/vendor_ruby/Evernote/EDAM/note_store_types.rb, line 613 def struct_fields; FIELDS; end
# File usr/lib/ruby/vendor_ruby/Evernote/EDAM/note_store_types.rb, line 615 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field updateSequenceNum is unset!') unless @updateSequenceNum raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field updated is unset!') unless @updated raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field saved is unset!') unless @saved raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field title is unset!') unless @title end
Generated with the Darkfish Rdoc Generator 2.