{
  "description": "DTO (Data Transfer Object) for Helper class MessageAttachment representing the 'Message Attachment' entity",
  "friendlyName": "MessageAttachment",
  "kind": "SchemaRootObject",
  "name": "MessageAttachmentDTO",
  "properties": [
    {
      "description": "File Id",
      "friendlyName": "File Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "fileId",
      "underlyingName": "FileId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "The filename",
      "friendlyName": "Nome allegato",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "fileName",
      "underlyingName": "FileName",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Guid",
      "friendlyName": "Guid",
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "guid",
      "underlyingName": "Guid",
      "underlyingType": "Guid",
      "underlyingTypeRef": "Guid"
    },
    {
      "description": "Size",
      "friendlyName": "Size",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "size",
      "underlyingName": "Size",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    }
  ],
  "underlyingType": "MessageAttachmentDTO",
  "underlyingTypeRef": "MessageAttachmentDTO"
}