MessagingServiceScanLog: {
    createdTime?: string;
    id?: string;
    log?: string;
    logLevel?: string;
    scanId?: string;
    type?: string;
}

Type declaration

  • Optional Readonly createdTime?: string
  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional Readonly log?: string

    The log message.

  • Optional Readonly logLevel?: string

    The level of the log message.

  • Optional Readonly scanId?: string

    The ID of the scan.

  • Optional Readonly type?: string