UpdateSkillParameterDetails¶
- 
class oci.oda.models.UpdateSkillParameterDetails(**kwargs)¶
- Bases: - object- Properties to update a Skill Parameter. - Methods - __init__(**kwargs)- Initializes a new UpdateSkillParameterDetails object with values from keyword arguments. - Attributes - description- Gets the description of this UpdateSkillParameterDetails. - display_name- Gets the display_name of this UpdateSkillParameterDetails. - value- Gets the value of this UpdateSkillParameterDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateSkillParameterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateSkillParameterDetails.
- description (str) – The value to assign to the description property of this UpdateSkillParameterDetails.
- value (str) – The value to assign to the value property of this UpdateSkillParameterDetails.
 
 - 
description¶
- Gets the description of this UpdateSkillParameterDetails. A description of the Parameter. - Returns: - The description of this UpdateSkillParameterDetails. - Return type: - str 
 - 
display_name¶
- Gets the display_name of this UpdateSkillParameterDetails. The display name for the Parameter. - Returns: - The display_name of this UpdateSkillParameterDetails. - Return type: - str 
 - 
value¶
- Gets the value of this UpdateSkillParameterDetails. The current value. The value will be interpreted based on the type. - Returns: - The value of this UpdateSkillParameterDetails. - Return type: - str 
 
-