documentTitle property
The title of the document which is visible in Drive.
If Info.title is empty, document_title may appear in its place in the
Google Forms UI and be visible to responders. document_title can be set
on create, but cannot be modified by a batchUpdate request. Please use the
Google Drive API
if you need to programmatically update document_title.
Output only.
Implementation
core.String? documentTitle;