(protected) new ReportInstance(report, id)
Report instance to retrieving asynchronously executed result
Parameters:
Name | Type | Description |
---|---|---|
report |
Analytics~Report | Report |
id |
String | Report instance id |
- Source:
Methods
retrieve(callbackopt) → {Promise.<Analytics~ReportResult>}
Retrieve report result asynchronously executed
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
callback |
Callback.<Analytics~ReportResult> |
<optional> |
Callback function |
- Source:
Returns:
- Type
- Promise.<Analytics~ReportResult>