(self)
| 719 | return CanvasCloseRequest(instance_id) |
| 720 | |
| 721 | def to_dict(self) -> dict: |
| 722 | result: dict = {} |
| 723 | result["instanceId"] = from_str(self.instance_id) |
| 724 | return result |
| 725 | |
| 726 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 727 | @dataclass |
nothing calls this directly
no test coverage detected