KKRadioStationList
public struct KKRadioStationList : Codable
A list of stations.
-
The stations.
Declaration
Swift
public internal(set) var stations: [KKRadioStation]
-
The pagination info.
Declaration
Swift
public internal(set) var paging: KKPagingInfo
-
The overall summary.
Declaration
Swift
public internal(set) var summary: KKSummary