UserUpdateReply
struct UserUpdateReply : Codable
Reply from the user update endpoint
-
HTTP result code
Declaration
Swift
let code: Int -
Result message
Declaration
Swift
let message: String -
Updated user
Declaration
Swift
let user: UserJSON -
Whether operation succeeded
Declaration
Swift
var isSuccess: Bool { get }
View on GitHub
UserUpdateReply Structure Reference