ResourceTypeEntity

public protocol ResourceTypeEntity : Encodable

Represents simple resource type abstraction

  • The resource type of the assiociated object.

    Declaration

    Swift

    var type: String { get }
  • id

    The id of the assiociated object

    Declaration

    Swift

    var id: String { get }