subtype property
The sub-type of this event. Possible string values are:
- "SUBTYPE_UNSPECIFIED" : Subtype not available.
- "ADDED" : A post was added.
- "DELETED" : A post was deleted.
- "REPLY_ADDED" : A reply was added.
- "REPLY_DELETED" : A reply was deleted.
- "RESOLVED" : A posted comment was resolved.
- "REOPENED" : A posted comment was reopened.
Implementation
core.String? subtype;