CodingKeys
public enum CodingKeys : String, CodingKey
Enumeration of configuration properties used for entity mapping.
-
Undocumented
Declaration
Swift
case userAgentName = "USER_AGENT_NAME" -
Undocumented
Declaration
Swift
case clientId = "CLIENT_ID" -
Undocumented
Declaration
Swift
case clientSecret = "CLIENT_SECRET" -
Undocumented
Declaration
Swift
case clientUrl = "CLIENT_URL" -
Undocumented
Declaration
Swift
case metric = "METRIC" -
Undocumented
Declaration
Swift
case isGeofencingEnabled = "GEOFENCING_ENABLED" -
Undocumented
Declaration
Swift
case businessUnit = "BUSINESS_UNIT" -
Undocumented
Declaration
Swift
case isAccessTokenExternal = "ACCESS_TOKEN_EXTERNAL"
View on GitHub
CodingKeys Enumeration Reference