DeploymentArgumentCollection¶
- 
class oci.devops.models.DeploymentArgumentCollection(**kwargs)¶
- Bases: - object- Specifies list of arguments passed along with the deployment. - Methods - __init__(**kwargs)- Initializes a new DeploymentArgumentCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this DeploymentArgumentCollection. - 
__init__(**kwargs)¶
- Initializes a new DeploymentArgumentCollection 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.DeploymentArgument]) – The value to assign to the items property of this DeploymentArgumentCollection. 
 - 
items¶
- [Required] Gets the items of this DeploymentArgumentCollection. List of arguments provided at the time of deployment. - Returns: - The items of this DeploymentArgumentCollection. - Return type: - list[oci.devops.models.DeploymentArgument] 
 
-