RequestableField

public protocol RequestableField : RawRepresentable

Field which can explicitly be requested for an entity, e.g Park

  • fieldName Default implementation

    Name of the field

    Default Implementation

    Declaration

    Swift

    var fieldName: String { get }