Author
@available(swift 4.0)
public struct Author
                  TCX Author
- 
                    
                    
Type
Declaration
Swift
private(set) public var type: String? - 
                    
                    
Author Name
Declaration
Swift
private(set) public var name: String - 
                    
                    
Build Info
Declaration
Swift
private(set) public var build: Build? - 
                    
                    
Language
Specifies the two character ISO 693-1 language id that identifies the installed language of this application. see http://www.loc.gov/standards/iso639-2/ for appropriate ISO identifiers
Declaration
Swift
private(set) public var language: String? - 
                    
                    
Part Number
Declaration
Swift
private(set) public var partNumber: String? - 
                    
                    
Undocumented
Declaration
Swift
public init(name: String, build: Build?, language: String?, partNumber: String?) 
- 
                    
                    
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.Declaration
Swift
public static func == (lhs: Author, rhs: Author) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
 
- 
                    
                    
Coding Keys
See moreDeclaration
Swift
public enum CodingKeys : String, CodingKey