Method: LockstepSdk::NoteModel#is_archived

Defined in:
lib/lockstep_sdk/models/note_model.rb

#is_archivedBoolean

Returns A flag indicating whether this Note is archived (also known as hidden or deleted). When you call [ArchiveNote](developer.lockstep.io/reference/delete_api-v1-notes-id) this field will be set to true. You should avoid displaying Notes with the IsArchived field set to true in your user interface.

Returns:

  • (Boolean)

    A flag indicating whether this Note is archived (also known as hidden or deleted). When you call [ArchiveNote](developer.lockstep.io/reference/delete_api-v1-notes-id) this field will be set to true. You should avoid displaying Notes with the IsArchived field set to true in your user interface.



71
72
73
# File 'lib/lockstep_sdk/models/note_model.rb', line 71

def is_archived
  @is_archived
end