(document)
| 3556 | # Create struct from JSON value |
| 3557 | @staticmethod |
| 3558 | def from_json(document): |
| 3559 | return AccountMessage.__from_json__(json.loads(document)) |
| 3560 | |
| 3561 | @staticmethod |
| 3562 | def __from_json__(fields): |
nothing calls this directly
no test coverage detected