/* Options: Date: 2026-06-13 13:36:57 SwiftVersion: 6.0 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://riskstoreng-dev.nephila.com/api //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True //MakePropertiesOptional: True IncludeTypes: GetEventSetYearEventLossTableRequest.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/riskstore/eventset/yelt", "GET") public class GetEventSetYearEventLossTableRequest : IReturn, IGet, Codable { public typealias Return = [UInt8] /** * The event set id to get the YELT for */ // @ApiMember(DataType="integer", Description="The event set id to get the YELT for", Format="int64", IsRequired=true) public var eventSetId:Int? required public init(){} }