ProjectStatisticsMatrix Data Type

Properties
name data type description
savedDate string
localeId string
localeDisplayName string
savedState ContentState
wordCount number

Example

{
  "savedDate" : "...",
  "localeId" : "...",
  "localeDisplayName" : "...",
  "savedState" : "NeedReview",
  "wordCount" : 12345
}