Parameters for the postActivityTrackerEvents operation.

interface PostActivityTrackerEventsParams {
    headers?: OutgoingHttpHeaders;
    types: string[] | export=.PostActivityTrackerEventsConstants.Types[];
}

Properties

Properties

headers?: OutgoingHttpHeaders

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