inlineObjects property

Map<String, InlineObject>? inlineObjects
getter/setter pair

The inline objects in the document, keyed by object ID.

Output only.

Implementation

core.Map<core.String, InlineObject>? inlineObjects;