RegisterUserT
open class RegisterUserT
This Model Class Holds All The Input Attributes For RegisterAsynTask
-
Indicates the email of user
Declaration
Swift
open var email:String?
-
Indicates the name of user
Declaration
Swift
open var display_name:String?
-
Indicates the nick name of user
Declaration
Swift
open var nick_name:String?
-
Indicates the profile image of user
Declaration
Swift
open var profile_image:String?
-
Indicates for Json response code
Declaration
Swift
open var code:Int?
-
Indicates for Json response message
Declaration
Swift
open var msg:String?
-
Initializer method to create a new object for RegisterUserT class
Declaration
Swift
public init(email:String,display_name:String,nick_name:String,profile_image:String,code:Int, msg:String)
Parameters
email
The email of user
code
Indicates for Json response code
msg
Indicates for Json response message