/* Options: Date: 2026-08-01 06:31:51 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: BidScheduleCsvRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/v1/Rfp/{RfpDocumentUID}/BidSchedule/Csv", "GET,OPTIONS") export class BidScheduleCsvRequest { public RfpDocumentUID: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'BidScheduleCsvRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }