FileLikeCommentDetails
open class FileLikeCommentDetails : CustomStringConvertible
Liked file comment.
-
Comment text.
Declaration
Swift
public let commentText: String?
-
Declaration
Swift
open var description: String { get }