STTrackWish

public struct STTrackWish : STTrackWishProtocol

Represents a Wish for a STTrack

  • id

    Represents the unique identifier of this wish

    Declaration

    Swift

    public let id: Int
  • Represents the STTrack of this wish

    Declaration

    Swift

    public let audioItem: STTrack
  • Represents the creation date of this wish

    Declaration

    Swift

    public let createdAt: String?