Provider

public struct Provider : Encodable

Represents what is providing the content of an embed.

  • The name of this provider.

    Declaration

    Swift

    public let name: String
  • url

    The url of this provider.

    Declaration

    Swift

    public let url: URL?