SyncteraRubySdk::NoteListAllOf

Properties

Name Type Description Notes
notes Array<NoteResponse> Array of notes

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::NoteListAllOf.new(
  notes: null
)