FeaturesResultsMetadata

public struct FeaturesResultsMetadata : Codable, Equatable

Webpage metadata, such as the author and the title of the page.

  • The authors of the document.

    Declaration

    Swift

    public var authors: [Author]?
  • The publication date in the format ISO 8601.

    Declaration

    Swift

    public var publicationDate: String?
  • The title of the document.

    Declaration

    Swift

    public var title: String?
  • URL of a prominent image on the webpage.

    Declaration

    Swift

    public var image: String?
  • RSS/ATOM feeds found on the webpage.

    Declaration

    Swift

    public var feeds: [Feed]?