AttachmentPropertiesUpdateBody constructor
AttachmentPropertiesUpdateBody({})
Implementation
AttachmentPropertiesUpdateBody(
{required this.id,
required this.type,
this.status,
this.title,
this.container,
this.metadata,
this.extensions,
required this.version});