DeployStageOverrideArgumentCollection

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

Bases: object

Specifies the list of arguments to be overriden per Stage at the time of deployment.

Methods

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

Attributes

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

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

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

Returns:The items of this DeployStageOverrideArgumentCollection.
Return type:list[oci.devops.models.DeployStageOverrideArgument]