(* Options: Date: 2025-06-13 06:57:35 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://ws.jimsnwa.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetCameraImageRQ.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Nwa.Model.Tipos.nwa.layers open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.IO [] [] type GetCameraImageRQ() = interface IReturn member val CameraId:String = null with get,set