displayName property

String? displayName
getter/setter pair

Display name of the document given by the user.

This name will be displayed in the UI. Customer can populate this field with the name of the document. This differs from the 'title' field as 'title' is optional and stores the top heading in the document.

Required.

Implementation

core.String? displayName;