RuntimeProtectionStatusResponse

data class RuntimeProtectionStatusResponse(val definitionsLastUpdated: String, val definitionsVersion: String, val scanCompletedTime: String, val scanScheduledTime: String, val scanStartedTime: String)

Constructors

Link copied to clipboard
constructor(definitionsLastUpdated: String, definitionsVersion: String, scanCompletedTime: String, scanScheduledTime: String, scanStartedTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the malware definitions were last updated.

Link copied to clipboard

The version of the malware definitions.

Link copied to clipboard

The timestamp of the most recently completed scan, or empty if there has never been a scan.

Link copied to clipboard

The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled.

Link copied to clipboard

The timestamp of the most recently started scan, or empty if there has never been a scan.