Attachment constructor
Attachment({})
Implementation
Attachment(
{this.author,
this.content,
this.created,
this.filename,
this.id,
this.mimeType,
this.self,
this.size,
this.thumbnail});