Author
public struct Author : Mappable
The author of the message
-
Author name
Declaration
Swift
public var name: String? -
Author email
Declaration
Swift
public var email: String? -
JSON Mapper
Declaration
Swift
public init(map: Mapper) throws -
Constructor
Declaration
Swift
public init(name: String, email: String)
Author Structure Reference