| Name | Type | Description | Notes |
|---|---|---|---|
| e_reportsubsectionpart_type | String | The type of the Reportsubsectionpart | |
| a_obj_reportrow | Array<CommonReportrow> | ||
| a_s_variableobject_property | Array<String> |
require 'Ezmaxapi'
instance = EzmaxApi::CommonReportsubsectionpart.new(
e_reportsubsectionpart_type: null,
a_obj_reportrow: null,
a_s_variableobject_property: null
)