ZoneAssetStatus

data class ZoneAssetStatus(val activeAssets: Int? = null, val securityPolicyApplyingAssets: Int? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(activeAssets: Int? = null, securityPolicyApplyingAssets: Int? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeAssets: Int? = null
Link copied to clipboard
Link copied to clipboard
val updateTime: String? = null

Output only. The time when the zone was last updated.