CodingKeys

enum CodingKeys : String, CodingKey

An enum that conforms to the CodingKey protocol for storing the key strings used to decode EntityLogService from the JSON data.

  • kA

    A string used to decode the Int property kA from the key entity_code.

    Declaration

    Swift

    case kA = "entity_code"
  • A string used to decode the KB21 array property kB21A from the key entity_functions.

    Declaration

    Swift

    case kB21A = "entity_functions"