Skip to content

Comment

Oleksandr Bretsko edited this page Dec 27, 2020 · 1 revision

Comment

public struct Comment: Codable

Inheritance

Codable

Properties

id

let id: Int

created_at

let created_at: String

user_id

let user_id: Int

track_id

let track_id: Int

timestamp

let timestamp: Int64

body

let body: String

uri

let uri: String

user

let user: User

Clone this wiki locally