ProjectStorageGetResult
existsbooleanrequired
value
The JSON value returned if exists is true.
revisionstring
The opaque current row version token returned if exists is true; the compare-and-set must be passed back as is.
ProjectStorageGetResult
{
"exists": true,
"revision": "string"
}