Preparing search index...
The search index is not available
Trova Core - v3.43.0
Trova Core
@trova-trip/trova-models
models
emailStatistics
EmailStatistics
Interface EmailStatistics
interface
EmailStatistics
{
_id
?:
string
;
createdDate
?:
Date
;
id
?:
string
;
modifiedDate
?:
Date
;
sendId
:
string
;
sourceId
?:
string
;
sourceType
?:
string
;
statistics
:
{
clicked
:
number
;
delivered
:
number
;
failed
:
number
;
opened
:
number
;
unsubscribed
:
number
;
}
;
}
Hierarchy (
View Summary
)
BaseModel
EmailStatistics
Index
Properties
_id?
created
Date?
id?
modified
Date?
send
Id
source
Id?
source
Type?
statistics
Properties
Optional
_id
_id
?:
string
Optional
created
Date
createdDate
?:
Date
Optional
id
id
?:
string
Deprecated
Use _id instead
Optional
modified
Date
modifiedDate
?:
Date
send
Id
sendId
:
string
Optional
source
Id
sourceId
?:
string
Optional
source
Type
sourceType
?:
string
statistics
statistics
:
{
clicked
:
number
;
delivered
:
number
;
failed
:
number
;
opened
:
number
;
unsubscribed
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
created
Date
id
modified
Date
send
Id
source
Id
source
Type
statistics
Trova Core - v3.43.0
Loading...
Deprecated
Use _id instead