Class CommitAuthor (0.2.3)

CommitAuthor(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the author of a Git commit.

Attributes

NameDescription
name str
Required. The commit author's name.
email_address str
Required. The commit author's email address.