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
a
andb
,a == b
implies thata != b
isfalse
.Declaration
Swift
public static func == (lhs: Author, rhs: Author) -> Bool
Parameters
lhs
A value to compare.
rhs
Another value to compare.
-
Coding Keys
See moreDeclaration
Swift
public enum CodingKeys : String, CodingKey