KeywordCollection
public struct KeywordCollection : XMLRepresentable
Undocumented
-
The name of the keyword collection.
Declaration
Swift
public var name: String
-
Initializes a new keyword collection.
Declaration
Swift
public init(name: String)
Parameters
name
The name of the keyword collection.