(* Options:
Date: 2025-11-04 11:34:37
Version: 8.71
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://evovoice.io
//GlobalNamespace: 
//MakeDataContractsExtensible: False
//AddReturnMarker: True
//AddDescriptionAsComments: True
//AddDataContractAttributes: False
//AddIndexesToDataMembers: False
//AddGeneratedCodeAttributes: False
//AddResponseStatus: False
//AddImplicitVersion: 
//ExportValueTypes: False
IncludeTypes: DeleteReport.*
//ExcludeTypes: 
//InitializeCollections: False
//AddNamespaces: 
*)
namespace Voice.Api.Reports
open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
    ///
    ///Deletes the specified report. Will stop the report if it's being processed
    ///
    []
    []
    []
    type DeleteReport() = 
        interface IReturnVoid
        member val ReportId:String = null with get,set