Name | Type | Description | Notes |
---|---|---|---|
AObjReportsubsection | []CommonReportsubsection | ||
AObjReportcolumn | []CommonReportcolumn | ||
EReportsectionHorizontalalignment | EnumHorizontalalignment | ||
IReportsectionColumncount | int32 | The number of Reportcolumns in the Reportsection | |
IReportsectionWidth | int32 | The combined width of all the Reportcolumns in the Reportsection |
func NewCommonReportsection(aObjReportsubsection []CommonReportsubsection, aObjReportcolumn []CommonReportcolumn, eReportsectionHorizontalalignment EnumHorizontalalignment, iReportsectionColumncount int32, iReportsectionWidth int32, ) *CommonReportsection
NewCommonReportsection instantiates a new CommonReportsection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommonReportsectionWithDefaults() *CommonReportsection
NewCommonReportsectionWithDefaults instantiates a new CommonReportsection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CommonReportsection) GetAObjReportsubsection() []CommonReportsubsection
GetAObjReportsubsection returns the AObjReportsubsection field if non-nil, zero value otherwise.
func (o *CommonReportsection) GetAObjReportsubsectionOk() (*[]CommonReportsubsection, bool)
GetAObjReportsubsectionOk returns a tuple with the AObjReportsubsection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportsection) SetAObjReportsubsection(v []CommonReportsubsection)
SetAObjReportsubsection sets AObjReportsubsection field to given value.
func (o *CommonReportsection) GetAObjReportcolumn() []CommonReportcolumn
GetAObjReportcolumn returns the AObjReportcolumn field if non-nil, zero value otherwise.
func (o *CommonReportsection) GetAObjReportcolumnOk() (*[]CommonReportcolumn, bool)
GetAObjReportcolumnOk returns a tuple with the AObjReportcolumn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportsection) SetAObjReportcolumn(v []CommonReportcolumn)
SetAObjReportcolumn sets AObjReportcolumn field to given value.
func (o *CommonReportsection) GetEReportsectionHorizontalalignment() EnumHorizontalalignment
GetEReportsectionHorizontalalignment returns the EReportsectionHorizontalalignment field if non-nil, zero value otherwise.
func (o *CommonReportsection) GetEReportsectionHorizontalalignmentOk() (*EnumHorizontalalignment, bool)
GetEReportsectionHorizontalalignmentOk returns a tuple with the EReportsectionHorizontalalignment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportsection) SetEReportsectionHorizontalalignment(v EnumHorizontalalignment)
SetEReportsectionHorizontalalignment sets EReportsectionHorizontalalignment field to given value.
func (o *CommonReportsection) GetIReportsectionColumncount() int32
GetIReportsectionColumncount returns the IReportsectionColumncount field if non-nil, zero value otherwise.
func (o *CommonReportsection) GetIReportsectionColumncountOk() (*int32, bool)
GetIReportsectionColumncountOk returns a tuple with the IReportsectionColumncount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportsection) SetIReportsectionColumncount(v int32)
SetIReportsectionColumncount sets IReportsectionColumncount field to given value.
func (o *CommonReportsection) GetIReportsectionWidth() int32
GetIReportsectionWidth returns the IReportsectionWidth field if non-nil, zero value otherwise.
func (o *CommonReportsection) GetIReportsectionWidthOk() (*int32, bool)
GetIReportsectionWidthOk returns a tuple with the IReportsectionWidth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonReportsection) SetIReportsectionWidth(v int32)
SetIReportsectionWidth sets IReportsectionWidth field to given value.