core.Map<core.String, core.dynamic> toJson() => { if (actionType != null) 'actionType': actionType!, if (body != null) 'body': body!, if (effectiveCommitSha != null) 'effectiveCommitSha': effectiveCommitSha!, };