type property

String? type
getter/setter pair

The type of this annotation. Possible string values are:

  • "ANNOTATION_TYPE_UNSPECIFIED" : Default value for the enum. Don't use.
  • "USER_MENTION" : A user is mentioned.
  • "SLASH_COMMAND" : A slash command is invoked.

Implementation

core.String? type;