/* Options: Date: 2025-12-06 07:25:14 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.dev.dynamics.trendsic.com //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: AttachmentDownloadByConversationRequest.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,java.io.InputStream,net.servicestack.client.* */ import java.math.* import java.util.* import java.io.InputStream import net.servicestack.client.* @Route(Path="/v1/AttachmentDownloadByConversation/{AttachmentId}/{ConversationDetailId}", Verbs="GET") open class AttachmentDownloadByConversationRequest { open var AttachmentId:UUID? = null open var ConversationDetailId:UUID? = null }