expand property

List<Object>? expand
getter/setter pair

If an object name is in the list, we provide the full information of the object; otherwise, we only provide the object ID. Currently we support completion and file objects for expansion.

Implementation

List<Object>? expand;