OGVideoResponse

public struct OGVideoResponse : Codable

An Open Graph video 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: StringOrInt? { get }
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public var size: CGSize { get }