toggle menu
Akismet Kotlin
1.1.0-SNAPSHOT
JVM
switch theme
search in API
Akismet Kotlin
/
net.thauvin.erik.akismet
/
CommentType
Comment
Type
@
Serializable
data
class
CommentType
(
var
value
:
String
)
(
source
)
Defines the comment types.
Members
Constructors
Comment
Type
Link copied to clipboard
constructor
(
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
value
Link copied to clipboard
var
value
:
String