(* Options: Date: 2025-05-06 16:05:28 Version: 6.10 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://stubbur-autoupdates-live.smartnewapis.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: OwnerSeriesTicketSeatingSectionsSearchRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace TicketUserServices.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type EventSeriesTicketOwnerSeatingSection() = member val ID:Int32 = new Int32() with get,set member val EventSeriesTicketTypeId:Int32 = new Int32() with get,set member val EventSeriesOwnerSeatingSectionId:Int32 = new Int32() with get,set member val OwnerId:Int32 = new Int32() with get,set member val EventSeriesTicketAllowed:Boolean = new Boolean() with get,set [] type OwnerSeriesTicketSeatingSectionsSearchResult() = member val TicketSeatingSections:ResizeArray = new ResizeArray() with get,set member val StatusCode:Int32 = new Int32() with get,set member val Message:String = null with get,set [] [] type OwnerSeriesTicketSeatingSectionsSearchRequest() = interface IReturn member val OwnerId:Int32 = new Int32() with get,set