Get Management Lock By Scope Result
data class GetManagementLockByScopeResult(val id: String, val level: String, val name: String, val notes: String? = null, val owners: List<ManagementLockOwnerResponse>? = null, val systemData: SystemDataResponse, val type: String)
The lock information.
Constructors
Link copied to clipboard
constructor(id: String, level: String, name: String, notes: String? = null, owners: List<ManagementLockOwnerResponse>? = null, systemData: SystemDataResponse, type: String)