Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.13 KB

ExecutionResult.md

File metadata and controls

16 lines (11 loc) · 1.13 KB

ExecutionResult

Contains the result of an AFM execution.

Properties

Name Type Description Notes
data [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}] A multi-dimensional array of computed results. The most common one being a 2-dimensional array. The arrays can be composed of Double or null values.
dimension_headers [DimensionHeader] An array containing dimension headers. The size of the array corresponds to the number of dimensions. Their order corresponds to the dimension order in the execution result spec.
grand_totals [ExecutionResultGrandTotal]
paging ExecutionResultPaging
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]