/* Options: Date: 2025-12-06 07:38:00 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.dev.dynamics.trendsic.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: AFMobileDownloadRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/v1/AFMobileDownload/{AttachmentId}/{UserId}/{ContactId}", "GET") export class AFMobileDownloadRequest { public AttachmentId: string; public UserId: string; public ContactId: number; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'AFMobileDownloadRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }