activityTypes property

List<String>? activityTypes
getter/setter pair

Set of all activity types being requested.

Only acvities matching these types will be returned in the response. If empty, all activies will be returned.

Implementation

core.List<core.String>? activityTypes;