Attachment constructor
      
      Attachment({ 
    
    
- String? id,
- String? status,
- String? title,
- DateTime? createdAt,
- String? pageId,
- String? blogPostId,
- String? customContentId,
- String? mediaType,
- String? mediaTypeDescription,
- String? comment,
- String? fileId,
- int? fileSize,
- String? webuiLink,
- String? downloadLink,
- Version? version,
- AttachmentLinks? links,
Implementation
Attachment(
    {this.id,
    this.status,
    this.title,
    this.createdAt,
    this.pageId,
    this.blogPostId,
    this.customContentId,
    this.mediaType,
    this.mediaTypeDescription,
    this.comment,
    this.fileId,
    this.fileSize,
    this.webuiLink,
    this.downloadLink,
    this.version,
    this.links});