DeployArtifactCollection

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

Bases: object

Results of a deployment artifact search.

Methods

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

Attributes

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

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

[Required] Gets the items of this DeployArtifactCollection. Deployment artifact summary items found for the search.

Returns:The items of this DeployArtifactCollection.
Return type:list[oci.devops.models.DeployArtifactSummary]