| Name | Type | Description | Notes |
|---|---|---|---|
| row_type | RowType | [optional] | |
| title | String | [optional] | |
| cells | Array<ReportCell> | [optional] | |
| rows | Array<ReportRow> | [optional] |
require 'XeroRuby::Accounting'
instance = XeroRuby::Accounting::ReportRows.new(row_type: null,
title: null,
cells: null,
rows: null)