| Name | Type | Description | Notes |
|---|---|---|---|
| a_obj_reportcell | Array<CommonReportcell> | ||
| obj_variableobject | Hash<String, Object> | A Variable object without predefined property names | |
| i_reportrow_height | Integer | The reportrow height in pixels | |
| obj_reportcellstyle_custom | CommonReportcellstylecustom | [optional] |
require 'Ezmaxapi'
instance = EzmaxApi::CommonReportrow.new(
a_obj_reportcell: null,
obj_variableobject: null,
i_reportrow_height: 20,
obj_reportcellstyle_custom: null
)