Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 994 Bytes

AttachmentModel.md

File metadata and controls

18 lines (13 loc) · 994 Bytes

AttachmentModel

Properties

Name Type Description Notes
fileId kotlin.String Unique ID of the attachment file
type kotlin.String MIME type of the attachment
propertySize kotlin.Float Size in bytes of the attachment file
createdDate java.time.OffsetDateTime Creation date of the attachment
createdById java.util.UUID Unique ID of the attachment creator
name kotlin.String Name of the attachment file
id java.util.UUID Unique ID of the attachment
modifiedDate java.time.OffsetDateTime Last modification date of the attachment [optional]
modifiedById java.util.UUID Unique ID of the attachment last editor [optional]