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