ShowcaseUnresolveCommentDetails
public class ShowcaseUnresolveCommentDetails : CustomStringConvertible, JSONRepresentable
Unresolved showcase comment.
-
Event unique identifier.
Declaration
Swift
public let eventUuid: String -
Comment text.
Declaration
Swift
public let commentText: String? -
Declaration
Swift
public var description: String { get }
View on GitHub
ShowcaseUnresolveCommentDetails Class Reference