type property
The type of activity performed. Possible string values are:
- "TYPE_UNSPECIFIED" : An unspecified, unknown type of idea activity.
- "POST_DRAFTED" : An idea activity type indicating a post has been drafted.
- "POST_PUBLISHED" : An idea activity type indicating a post has been published.
- "POST_DELETED" : An idea activity type indicating a post has been deleted.
- "POST_UNPUBLISHED" : An idea activity type indicating a post has been unpublished.
Implementation
core.String? type;