reason property

String? reason
final

reason is why the action was taken. It is human-readable. This field cannot be empty for new Events and it can have at most 128 characters.

Implementation

final String? reason;