InteractionRequestDetails¶
-
class
oci.operator_access_control.models.
InteractionRequestDetails
(**kwargs)¶ Bases:
object
Details for asking to provide more information to operators.
Methods
__init__
(**kwargs)Initializes a new InteractionRequestDetails object with values from keyword arguments. Attributes
more_info_details
Gets the more_info_details of this InteractionRequestDetails. -
__init__
(**kwargs)¶ Initializes a new InteractionRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: more_info_details (str) – The value to assign to the more_info_details property of this InteractionRequestDetails.
-
more_info_details
¶ Gets the more_info_details of this InteractionRequestDetails. questions for asking to provide more information to operators.
Returns: The more_info_details of this InteractionRequestDetails. Return type: str
-