Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 471 Bytes

CommonReportsubsectionpart.md

File metadata and controls

20 lines (14 loc) · 471 Bytes

EzmaxApi::CommonReportsubsectionpart

Properties

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

Example

require 'Ezmaxapi'

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