MessagingServiceScanData: {
    createdTime?: string;
    data?: string;
    dataCollectionType?: MessagingServiceScanData.dataCollectionType;
    id?: string;
    scanId?: string;
    type?: string;
}

Type declaration

  • Optional Readonly createdTime?: string
  • Optional Readonly data?: string

    The scan data in JSON format.

  • Optional Readonly dataCollectionType?: MessagingServiceScanData.dataCollectionType

    The type of dataCollection this object holds scan data for.

  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional Readonly scanId?: string

    The ID of the scan.

  • Optional Readonly type?: string