(* Options:
Date: 2025-04-10 06:59:42
Version: 6.40
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://cip-reporting.chargeitpro.com

//GlobalNamespace: 
//MakeDataContractsExtensible: False
//AddReturnMarker: True
//AddDescriptionAsComments: True
//AddDataContractAttributes: False
//AddIndexesToDataMembers: False
//AddGeneratedCodeAttributes: False
//AddResponseStatus: False
//AddImplicitVersion: 
//ExportValueTypes: False
IncludeTypes: LogsRequest.*
//ExcludeTypes: 
//InitializeCollections: True
//AddNamespaces: 
*)

namespace ReportingService.Services.Rest.Logs

open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
open System.IO

    [<Route("/Logs/List/{CID}")>]
    [<AllowNullLiteral>]
    type LogsRequest() = 
        member val CID:String = null with get,set