(self)
| 510 | |
| 511 | @property |
| 512 | def client_context_id(self) -> Optional[str]: |
| 513 | return self._params.get('client_context_id', None) |
| 514 | |
| 515 | @client_context_id.setter |
| 516 | def client_context_id(self, value # type: str |
nothing calls this directly
no test coverage detected