MenuListFalse
open class MenuListFalse
Undocumented
-
Indicates the json response for code
Declaration
Swift
open var code:Int?
-
Indicates the json response for msg
Declaration
Swift
open var msg:String?
-
Indicates the json response for status
Declaration
Swift
open var status:String?
-
Initializer method to create a new object for MenuListFalse class
Declaration
Swift
public init(code:Int, msg:String, status:String)
Parameters
code
Json response for code
msg
Json response for message
status
Json response for status