(document)
| 3439 | # Create struct from JSON value |
| 3440 | @staticmethod |
| 3441 | def from_json(document): |
| 3442 | return AccountMessage.__from_json__(json.loads(document)) |
| 3443 | |
| 3444 | @staticmethod |
| 3445 | def __from_json__(fields): |
nothing calls this directly
no test coverage detected