[]
Deserializes a Report from a specified JSON string. For internal use only.
public static Report Deserialize(string json)
| Type | Name | Description |
|---|---|---|
| string | json | A JSON string representing the reportto be deserialized. |
| Type | Description |
|---|---|
| Report | A deserialized Report object. |