BuildRunSummaryCollection

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

Bases: object

List of build run summary.

Methods

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

Attributes

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

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

[Required] Gets the items of this BuildRunSummaryCollection. Array of build run summary items.

Returns:The items of this BuildRunSummaryCollection.
Return type:list[oci.devops.models.BuildRunSummary]