AddToFavOutputModel
open class AddToFavOutputModel
This Model Class Holds All The Output Attributes For AddToFavAsync
-
Indicates for Json response code
Declaration
Swift
public var code:Int?
-
Indicates for Json response Message
Declaration
Swift
public var msg:String?
-
Indicates for Json response Status
Declaration
Swift
public var status:String?
-
Initializer method to create a new object for AddToFavOutputModel class
Declaration
Swift
public init(code:Int, msg:String, status:String)
Parameters
code
For get the Code
msg
For get the message
status
For get the status