FlattenReportObjects
Specifies whether or not to flatten the objects' data for report views.
データ型
bool
デフォルト値
true
解説
If false, only the first-level objects are displayed as columns, and the values of non-primitive objects are pushed as JSON aggregates.
To access the values of those aggregates, you can use the JSON_EXTRACT function.
The default value is true.