executionMethod property
The ways user posts this event. Possible string values are:
- "EXECUTION_METHOD_UNSPECIFIED" : Default value.
- "POST" : Sync post.
- "POST_TO_QUEUE" : Async post.
- "SCHEDULE" : Async post with schedule time.
Implementation
core.String? executionMethod;