A persisted Comment along with its metadata
-
comment
(Comment
, required)
-
The comment
-
metadata
(Metadata
, required)
-
The metadata
{
"comment" : {
"id" : "string",
"message" : "string",
"user_id" : "string"
},
"metadata" : {
"created_time" : "2019-01-01T00:00:00Z",
"modified_time" : "2019-01-01T00:00:00Z",
"version" : "string"
}
}