LimitsIncreaseItemQuestionRequest¶
-
class
oci.limits_increase.models.LimitsIncreaseItemQuestionRequest(**kwargs)¶ Bases:
objectA question response.
Methods
__init__(**kwargs)Initializes a new LimitsIncreaseItemQuestionRequest object with values from keyword arguments. Attributes
id[Required] Gets the id of this LimitsIncreaseItemQuestionRequest. question_response[Required] Gets the question_response of this LimitsIncreaseItemQuestionRequest. -
__init__(**kwargs)¶ Initializes a new LimitsIncreaseItemQuestionRequest 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 LimitsIncreaseItemQuestionRequest.
- question_response (str) – The value to assign to the question_response property of this LimitsIncreaseItemQuestionRequest.
-
id¶ [Required] Gets the id of this LimitsIncreaseItemQuestionRequest. The OCID of the question.
Returns: The id of this LimitsIncreaseItemQuestionRequest. Return type: str
-
question_response¶ [Required] Gets the question_response of this LimitsIncreaseItemQuestionRequest. The response to the question.
Returns: The question_response of this LimitsIncreaseItemQuestionRequest. Return type: str
-