OGImageResponse

public struct OGImageResponse : Codable

An Open Graph image response.

  • Undocumented

    Declaration

    Swift

    public private(set) var image: String? { get }
  • url

    Undocumented

    Declaration

    Swift

    public private(set) var url: URL? { get }
  • Undocumented

    Declaration

    Swift

    public private(set) var secureURL: String? { get }
  • Undocumented

    Declaration

    Swift

    public private(set) var width: Int? { get }
  • Undocumented

    Declaration

    Swift

    public private(set) var height: Int? { get }
  • Undocumented

    Declaration

    Swift

    public private(set) var type: String? { get }
  • alt

    Undocumented

    Declaration

    Swift

    public private(set) var alt: String? { get }