Get Protected Item Result
data class GetProtectedItemResult(val id: String, val name: String, val properties: ProtectedItemModelPropertiesResponse, val systemData: ProtectedItemModelResponseSystemData, val type: String)
Protected item model.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ProtectedItemModelPropertiesResponse, systemData: ProtectedItemModelResponseSystemData, type: String)