OGResponse

public struct OGResponse : Codable

An Open Graph response.

  • A title.

    Declaration

    Swift

    public private(set) var title: String? { get }
  • A type.

    Declaration

    Swift

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

    An URL.

    Declaration

    Swift

    public internal(set) var url: URL? { get }
  • A site base URL.

    Declaration

    Swift

    public private(set) var site: String? { get }
  • A site name.

    Declaration

    Swift

    public private(set) var siteName: String? { get }
  • A description.

    Declaration

    Swift

    public private(set) var description: String? { get }
  • A determiner.

    Declaration

    Swift

    public private(set) var determiner: String? { get }
  • A locale.

    Declaration

    Swift

    public private(set) var locale: String? { get }
  • An images.

    Declaration

    Swift

    public private(set) var images: [OGImageResponse]? { get }
  • A videos.

    Declaration

    Swift

    public private(set) var videos: [OGVideoResponse]? { get }
  • An audios.

    Declaration

    Swift

    public private(set) var audios: [OGAudioResponse]? { get }