openWithLinks property

Map<String, String>? openWithLinks
getter/setter pair

A map of the id of each of the user's apps to a link to open this file with that app.

Only populated when the drive.apps.readonly scope is used.

Output only.

Implementation

core.Map<core.String, core.String>? openWithLinks;