HelmSetValue¶
- 
class oci.devops.models.HelmSetValue(**kwargs)¶
- Bases: - object- Defines a helm set value - Methods - __init__(**kwargs)- Initializes a new HelmSetValue object with values from keyword arguments. - Attributes - name- [Required] Gets the name of this HelmSetValue. - value- [Required] Gets the value of this HelmSetValue. - 
__init__(**kwargs)¶
- Initializes a new HelmSetValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - name (str) – The value to assign to the name property of this HelmSetValue.
- value (str) – The value to assign to the value property of this HelmSetValue.
 
 - 
name¶
- [Required] Gets the name of this HelmSetValue. Name of the parameter (case-sensitive). - Returns: - The name of this HelmSetValue. - Return type: - str 
 - 
value¶
- [Required] Gets the value of this HelmSetValue. Value of the parameter. - Returns: - The value of this HelmSetValue. - Return type: - str 
 
-