DeployPipelineParameterCollection

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

Bases: object

Specifies list of parameters present in the deployment pipeline. In case of Update operation, replaces existing parameters list. Merging with existing parameters is not supported.

Methods

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

Attributes

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

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

[Required] Gets the items of this DeployPipelineParameterCollection. List of parameters defined for a deployment pipeline.

Returns:The items of this DeployPipelineParameterCollection.
Return type:list[oci.devops.models.DeployPipelineParameter]