Comment
public struct Comment : Codable
Undocumented
-
Undocumented
Declaration
Swift
public let note: String? -
Undocumented
Declaration
Swift
public let lineType: String? -
Undocumented
Declaration
Swift
public let line: Int? -
Undocumented
Declaration
Swift
public let createdAt: Date? -
Undocumented
Declaration
Swift
public let author: User? -
Undocumented
Declaration
Swift
public let path: String? -
Undocumented
Declaration
Swift
public init(note: String? = nil, lineType: String? = nil, line: Int? = nil, createdAt: Date? = nil, author: User? = nil, path: String? = nil)
Comment Structure Reference