CommitAnalyticsAuthorSummary¶
-
class
oci.devops.models.
CommitAnalyticsAuthorSummary
(**kwargs)¶ Bases:
object
Object containing summary of Commit Analytics author.
Methods
__init__
(**kwargs)Initializes a new CommitAnalyticsAuthorSummary object with values from keyword arguments. Attributes
author_email
[Required] Gets the author_email of this CommitAnalyticsAuthorSummary. author_name
[Required] Gets the author_name of this CommitAnalyticsAuthorSummary. -
__init__
(**kwargs)¶ Initializes a new CommitAnalyticsAuthorSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - author_name (str) – The value to assign to the author_name property of this CommitAnalyticsAuthorSummary.
- author_email (str) – The value to assign to the author_email property of this CommitAnalyticsAuthorSummary.
[Required] Gets the author_email of this CommitAnalyticsAuthorSummary. Author email.
Returns: The author_email of this CommitAnalyticsAuthorSummary. Return type: str
[Required] Gets the author_name of this CommitAnalyticsAuthorSummary. Author name.
Returns: The author_name of this CommitAnalyticsAuthorSummary. Return type: str
-