(* Options:
Date: 2026-03-14 18:39:27
Version: 8.52
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://production-eros-gateway-api-sms-wa.azurewebsites.net/api
//GlobalNamespace:
//MakeDataContractsExtensible: False
//AddReturnMarker: True
//AddDescriptionAsComments: True
//AddDataContractAttributes: False
//AddIndexesToDataMembers: False
//AddGeneratedCodeAttributes: False
//AddResponseStatus: False
//AddImplicitVersion:
//ExportValueTypes: False
IncludeTypes: CheckCommStatus.*
//ExcludeTypes:
//InitializeCollections: False
//AddNamespaces:
*)
namespace Eros.Saguna.Common.WebAPI.ServiceModel
open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
///
///Returns status of the specified communication entity , or NONE if no communication status is found
///
[]
[]
[]
type CheckCommStatus() =
interface IReturn
member val EntityId:Guid = new Guid() with get,set