SimpleMDM-Swift Documentation

Protocol Identifiable​Resource

public protocol IdentifiableResource: Resource, Identifiable, Hashable where ID: LosslessStringConvertible & Comparable & Decodable  

A protocol describing resource types of which multiple instances of can exists. These resources have an identifier which is unique per instance of the resource.

%165 IdentifiableResource IdentifiableResource Hashable Hashable IdentifiableResource->Hashable Identifiable Identifiable IdentifiableResource->Identifiable Resource Resource IdentifiableResource->Resource

Conforms To

Resource

A protocol adopted by all resources types of the library.

Hashable
Identifiable