CommitAnalyticsAuthorCollection

class oci.devops.models.CommitAnalyticsAuthorCollection(**kwargs)

Bases: object

Result of listing Commit Analytics authors.

Methods

__init__(**kwargs) Initializes a new CommitAnalyticsAuthorCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this CommitAnalyticsAuthorCollection.
__init__(**kwargs)

Initializes a new CommitAnalyticsAuthorCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.devops.models.CommitAnalyticsAuthorSummary]) – The value to assign to the items property of this CommitAnalyticsAuthorCollection.
items

[Required] Gets the items of this CommitAnalyticsAuthorCollection. List of authors.

Returns:The items of this CommitAnalyticsAuthorCollection.
Return type:list[oci.devops.models.CommitAnalyticsAuthorSummary]