HelmSetValueCollection¶
- 
class oci.devops.models.HelmSetValueCollection(**kwargs)¶
- Bases: - object- Specifies the name and value pairs to set helm values. - Methods - __init__(**kwargs)- Initializes a new HelmSetValueCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this HelmSetValueCollection. - 
__init__(**kwargs)¶
- Initializes a new HelmSetValueCollection 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.HelmSetValue]) – The value to assign to the items property of this HelmSetValueCollection. 
 - 
items¶
- [Required] Gets the items of this HelmSetValueCollection. List of parameters defined to set helm value. - Returns: - The items of this HelmSetValueCollection. - Return type: - list[oci.devops.models.HelmSetValue] 
 
-