LibraryMV

public struct LibraryMV : Hashable, Codable, Identifiable

Apple Music Library Music Video struct, representing music videos that have been added to user library.

  • id

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public let href: String
  • Undocumented

    Declaration

    Swift

    public let type: String
  • Undocumented

    Declaration

    Swift

    public let attributes: Attributes

Library Music Videos

  • Undocumented

    See more

    Declaration

    Swift

    struct Attributes : Hashable, Codable
  • Undocumented

    Declaration

    Swift

    init?(mvData: JSON)