Enrichment

public struct Enrichment : Codable, Equatable

Information about a specific enrichment.

  • The type of this enrichment.

    See more

    Declaration

    Swift

    public enum TypeEnum : String
  • The unique identifier of this enrichment.

    Declaration

    Swift

    public var enrichmentID: String?
  • The human readable name for this enrichment.

    Declaration

    Swift

    public var name: String?
  • The description of this enrichment.

    Declaration

    Swift

    public var description: String?
  • The type of this enrichment.

    Declaration

    Swift

    public var type: String?
  • An object that contains options for the current enrichment. Starting with version 2020-08-30, the enrichment options are not included in responses from the List Enrichments method.

    Declaration

    Swift

    public var options: EnrichmentOptions?