The common set of data for creating a new ping.

interface default {
    includeClientId: boolean;
    name: string;
    preciseTimestamps?: boolean;
    reasonCodes?: string[];
    sendIfEmpty: boolean;
}

Implemented by

Properties

includeClientId: boolean
name: string
preciseTimestamps?: boolean
reasonCodes?: string[]
sendIfEmpty: boolean

Generated using TypeDoc