RepositoryAuthorCollection

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

Bases: object

Result of list authors.

Methods

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

Attributes

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

Initializes a new RepositoryAuthorCollection 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.RepositoryAuthorSummary]) – The value to assign to the items property of this RepositoryAuthorCollection.
items

[Required] Gets the items of this RepositoryAuthorCollection. List of author objects.

Returns:The items of this RepositoryAuthorCollection.
Return type:list[oci.devops.models.RepositoryAuthorSummary]