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
nameThe name of the keyword collection.
KeywordCollection Structure Reference