BuildRunSnapshotCollection

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

Bases: object

Results of a build run search. Contains build run summary items.

Methods

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

Attributes

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

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

[Required] Gets the items of this BuildRunSnapshotCollection. List of build runs.

Returns:The items of this BuildRunSnapshotCollection.
Return type:list[oci.devops.models.BuildRunSnapshotSummary]