Enrichments
public struct Enrichments : Codable, Equatable
An object that contains an array of enrichment definitions.
-
An array of enrichment definitions.
Declaration
Swift
public var enrichments: [Enrichment]?
View on GitHub
Enrichments Structure Reference