KeyedData
public struct KeyedData : XMLRepresentable
Undocumented
-
The key of the keyed data.
Declaration
Swift
public var key: String? -
The value of the keyed data.
Declaration
Swift
public var value: String -
Initializes a new keyed data value.
Declaration
Swift
public init(key: String? = nil, value: String)Parameters
keyThe key of the keyed data.
valueThe value of the keyed data.
KeyedData Structure Reference