MyLibraryInputModel
open class MyLibraryInputModel
This Model Class Holds All The Input Attributes For MyLibraryAsynTask
-
Indicates the unique identification of studio
Declaration
Swift
open var authToken: String?
-
Indicates unique idenification of user
Declaration
Swift
open var userId: String?
-
Indicates for Language Code
Declaration
Swift
open var language: String?
-
Indicates for country code
Declaration
Swift
open var country: String?
-
Indicates for limit
Declaration
Swift
open var limit : String?
-
Initializer method to create a new object for MyLibraryInputModel class
- authToken: For set the authtoken
- userId: For set the user id
- language: For set the languag code
- country: For set the Country code
- limit: For set the limit
Declaration
Swift
public init(authToken:String,userId:String,language: String,country: String,limit: String)
Parameters
authToken
For set the authtoken
userId
For set the user id
language
For set the languag code
country
For set the Country code
limit
For set the limit