ShowcaseEditCommentDetails
open class ShowcaseEditCommentDetails : CustomStringConvertible
Edited showcase comment.
-
Event unique identifier.
Declaration
Swift
public let eventUuid: String
-
Comment text.
Declaration
Swift
public let commentText: String?
-
Declaration
Swift
open var description: String { get }