SynonymCollection
public struct SynonymCollection : Codable, Equatable
SynonymCollection.
-
An array of synonyms.
Declaration
Swift
public var synonyms: [Synonym] -
The pagination data for the returned objects.
Declaration
Swift
public var pagination: Pagination
View on GitHub
SynonymCollection Structure Reference