Song

public struct Song : IdentityResource, Hashable

A root object that stores information about a song resource.

Properties

Functions

  • Declaration

    Swift

    public static func == (lhs: Song, rhs: Song) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • A root object that stores information about a single song, such as the song’s title, artist, and video url.

    See more

    Declaration

    Swift

    public struct Attributes : Codable
  • A root object that stores information about show relationships, such as the people that belong to it.

    See more

    Declaration

    Swift

    public struct Relationships : Codable