Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 576 Bytes

File metadata and controls

22 lines (16 loc) · 576 Bytes

EzmaxApi::CommonReportsubsectionpart

Properties

Name Type Description Notes
e_reportsubsectionpart_type String The type of the Reportsubsectionpart
a_obj_reportrow Array<CommonReportrow>
a_s_variableobject_property Array<String>

Example

require 'Ezmaxapi'

instance = EzmaxApi::CommonReportsubsectionpart.new(
  e_reportsubsectionpart_type: null,
  a_obj_reportrow: null,
  a_s_variableobject_property: null
)