Method: LockstepSdk::AttachmentModel#is_archived
- Defined in:
- lib/lockstep_sdk/models/attachment_model.rb
#is_archived ⇒ Boolean
Returns A flag indicating whether this Attachment is archived (also known as hidden or deleted). When you call [ArchiveAttachment](developer.lockstep.io/reference/delete_api-v1-attachments-id) this field will be set to true. You should avoid displaying Attachments with the IsArchived field set to true in your user interface.
71 72 73 |
# File 'lib/lockstep_sdk/models/attachment_model.rb', line 71 def is_archived @is_archived end |