in azure/durable_functions/models/RpcManagementOptions.py [0:0]
def __init__(self, instance_id: str = None, task_hub_name: str = None,
connection_name: str = None, show_history: bool = None,
show_history_output: bool = None, created_time_from: datetime = None,
created_time_to: datetime = None,
runtime_status: List[OrchestrationRuntimeStatus] = None, show_input: bool = None,
operation_name: str = None,
entity_Id: EntityId = None):
self._instance_id = instance_id
self._task_hub_name = task_hub_name
self._connection_name = connection_name
self._show_history = show_history
self._show_history_output = show_history_output
self._created_time_from = created_time_from
self._created_time_to = created_time_to
self._runtime_status = runtime_status
self._show_input = show_input
self.operation_name = operation_name
self.entity_Id = entity_Id