Class CommitAuthor (0.2.1)

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.

Inheritance

builtins.object > proto.message.Message > CommitAuthor