sessionIds property

List<String>? sessionIds
getter/setter pair

Session IDs to import traces for.

If both trace_ids and session_ids are specified, the union of the two will be imported.

Optional.

Implementation

core.List<core.String>? sessionIds;