Created
July 27, 2019 16:23
-
-
Save rintoandrews90/3509bd6f66e720cd34e5c35bcdf3e23f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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