@Document
class Keyword


Holds a value assignable to http://schema.org/keywords.

Contains exactly one of:

Note: More types may be added over time.

Summary

Public constructors

Keyword(asText: String)

Public functions

String?

Returns the Text i.e. String variant, if populated.

Boolean
equals(o: Any!)
Int

Public constructors

Keyword

Added in 1.1.0-alpha04
Keyword(asText: String)

Public functions

asText

Added in 1.1.0-alpha04
fun asText(): String?

Returns the Text i.e. String variant, if populated. Otherwise, null.

equals

fun equals(o: Any!): Boolean

hashCode

fun hashCode(): Int