- API ›
- Constructors ›
- DataJson
DataJson
---types--- dataJSON#7d748d04 data:string = DataJSON
Belongs to
| DataJSON |
In Rust this constructor is a variant of the enums::DataJSON enum.
Match on it with: if let enums::DataJSON::DataJson(v) = result { ... }
Parameters
| data | string | required |