TodoDocumentEntry Data Type

Properties
name data type description
name string
mimeType string
content string
documentType string
description string

Example

{
  "name" : "...",
  "mimeType" : "...",
  "content" : "...",
  "documentType" : "...",
  "description" : "..."
}