ImportOption
public struct ImportOption : XMLRepresentable
Undocumented
-
The key of the import option.
Declaration
Swift
public let key: String
-
The value of the import option.
Declaration
Swift
public let value: String
-
Initializes a new import option.
Declaration
Swift
public init(key: String, value: String)
Parameters
key
The key of the import option.
value
The value of the import option.