(* Options:
Date: 2025-05-05 00:42:57
Version: 8.71
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://team.evovoice.io
//GlobalNamespace:
//MakeDataContractsExtensible: False
//AddReturnMarker: True
//AddDescriptionAsComments: True
//AddDataContractAttributes: False
//AddIndexesToDataMembers: False
//AddGeneratedCodeAttributes: False
//AddResponseStatus: False
//AddImplicitVersion:
//ExportValueTypes: False
IncludeTypes: EndSession.*
//ExcludeTypes:
//InitializeCollections: False
//AddNamespaces:
*)
namespace Voice.Api.Sessions
open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
///
///Ends the specified session
///
[]
[]
[]
type EndSession() =
interface IReturnVoid
interface IDelete
///
///The specified session ID
///
[]
member val SessionId:String = null with get,set
///
///The local call ID
///
[]
member val CallSid:String = null with get,set