Skip to content

Instantly share code, notes, and snippets.

@rintoandrews90
Created July 27, 2019 16:23
Show Gist options
  • Save rintoandrews90/3509bd6f66e720cd34e5c35bcdf3e23f to your computer and use it in GitHub Desktop.
Save rintoandrews90/3509bd6f66e720cd34e5c35bcdf3e23f to your computer and use it in GitHub Desktop.
struct UserInfo: Codable{
var userId: String
var jobTitleName: String
var firstName: String
var lastName: String
var preferredFullName: String
var employeeCode: String
var region: String
var phoneNumber: String
var emailAddress: String
var salary: Double
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment