CodingKeys
public enum CodingKeys : String, CodingKey
The keys used when representing a resource in JSON.
-
The JSON key for the sys object.
Declaration
Swift
case sys -
The JSON key for the fields object.
Declaration
Swift
case fields -
The JSON key for the metadata object
Declaration
Swift
case metadata
View on GitHub
CodingKeys Enumeration Reference