LimitsIncreaseItemQuestionResponse¶
-
class
oci.limits_increase.models.LimitsIncreaseItemQuestionResponse(**kwargs)¶ Bases:
objectA question and its response.
Methods
__init__(**kwargs)Initializes a new LimitsIncreaseItemQuestionResponse object with values from keyword arguments. Attributes
id[Required] Gets the id of this LimitsIncreaseItemQuestionResponse. question_response[Required] Gets the question_response of this LimitsIncreaseItemQuestionResponse. question_text[Required] Gets the question_text of this LimitsIncreaseItemQuestionResponse. -
__init__(**kwargs)¶ Initializes a new LimitsIncreaseItemQuestionResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this LimitsIncreaseItemQuestionResponse.
- question_text (str) – The value to assign to the question_text property of this LimitsIncreaseItemQuestionResponse.
- question_response (str) – The value to assign to the question_response property of this LimitsIncreaseItemQuestionResponse.
-
id¶ [Required] Gets the id of this LimitsIncreaseItemQuestionResponse. The OCID of the question.
Returns: The id of this LimitsIncreaseItemQuestionResponse. Return type: str
-
question_response¶ [Required] Gets the question_response of this LimitsIncreaseItemQuestionResponse. The response to the question.
Returns: The question_response of this LimitsIncreaseItemQuestionResponse. Return type: str
-
question_text¶ [Required] Gets the question_text of this LimitsIncreaseItemQuestionResponse. The text of the question.
Returns: The question_text of this LimitsIncreaseItemQuestionResponse. Return type: str
-