OGAudioResponse

public struct OGAudioResponse : Codable

An Open Graph audio response.

  • Undocumented

    Declaration

    Swift

    public private(set) var audio: 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 type: String? { get }