DeployArtifactOverrideArgumentCollection

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

Bases: object

Specifies the list of artifact override arguments at the time of deployment.

Methods

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

Attributes

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

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

[Required] Gets the items of this DeployArtifactOverrideArgumentCollection. List of artifact override arguments at the time of deployment.

Returns:The items of this DeployArtifactOverrideArgumentCollection.
Return type:list[oci.devops.models.DeployArtifactOverrideArgument]