Represents the author of a Git commit.
| JSON representation |
|---|
{ "name": string, "emailAddress": string } |
| Fields | |
|---|---|
name |
Required. The commit author's name. |
emailAddress |
Required. The commit author's email address. |