SectionOutput
open class SectionOutput
Undocumented
-
Indicates the unque identification of the section
Declaration
Swift
public let section_id:String?
-
Indicates the title of the section
Declaration
Swift
public let title:String?
-
Indicates the json response for code
Declaration
Swift
public var code:Int?
-
Indicates the json response for msg
Declaration
Swift
public var msg:String?
-
Indicates the json response for status
Declaration
Swift
public var status:String?
-
Initializer method to create a new object for SectionInput class
Declaration
Swift
public init(section_id:String, title:String, code:Int, msg:String, status:String)
Parameters
title
The title of the section
code
The json response for code
msg
The json response for msg
status
The json response for status