Zone Asset Status
data class ZoneAssetStatus(val activeAssets: Int? = null, val securityPolicyApplyingAssets: Int? = null, val updateTime: String? = null)
Constructors
Link copied to clipboard
fun ZoneAssetStatus(activeAssets: Int? = null, securityPolicyApplyingAssets: Int? = null, updateTime: String? = null)