GenreListOutput
open class GenreListOutput
This Model Class Holds All The Output Attributes For GetGenreListAsynctask
-
Indicates the genre name
Declaration
Swift
open var genreName:String!
-
Indicates the Json response code
Declaration
Swift
open var code:Int?
-
Indicates the Json response Status
Declaration
Swift
open var status:String?
-
Indicates the Json response Message
Declaration
Swift
open var msg:String?
-
Initializer method to create a new object for GenreListOutput class
Declaration
Swift
public init(code:Int,status:String,msg:String,genreName:String)
Parameters
code
For getitng the json response code
status
For getting the json response status
msg
For getting the json response message
genreFilterName
For getting the genre name