Schema for Activity Tracker events.

interface ActivityTrackerEvents {
    types: string[] | export=.ActivityTrackerEvents.Constants.Types[];
}

Properties

Properties

An array of event types that are being sent to IBM Cloud Activity Tracker for the IBM Cloudant instance. "management" is a required element of this array.

Generated using TypeDoc