Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 884 Bytes

AttachmentLine.md

File metadata and controls

25 lines (18 loc) · 884 Bytes

DearInventoryRuby::AttachmentLine

Properties

Name Type Description Notes
id String Attached file ID [optional]
content_type String Attached file content type [optional]
is_default Boolean Is this attachment will be used as default product image. Is visible only for product Attachment Endpoint. [optional]
file_name String Attached file name [optional]
download_url String Url to download attached File [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::AttachmentLine.new(id: nil,
                                 content_type: nil,
                                 is_default: nil,
                                 file_name: nil,
                                 download_url: nil)