Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.45 KB

CommonReportgroup.md

File metadata and controls

72 lines (39 loc) · 2.45 KB

CommonReportgroup

Properties

Name Type Description Notes
AObjReport []CommonReport
AObjReportcellstyleCustom []CommonReportcellstyle

Methods

NewCommonReportgroup

func NewCommonReportgroup(aObjReport []CommonReport, aObjReportcellstyleCustom []CommonReportcellstyle, ) *CommonReportgroup

NewCommonReportgroup instantiates a new CommonReportgroup 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

NewCommonReportgroupWithDefaults

func NewCommonReportgroupWithDefaults() *CommonReportgroup

NewCommonReportgroupWithDefaults instantiates a new CommonReportgroup 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

GetAObjReport

func (o *CommonReportgroup) GetAObjReport() []CommonReport

GetAObjReport returns the AObjReport field if non-nil, zero value otherwise.

GetAObjReportOk

func (o *CommonReportgroup) GetAObjReportOk() (*[]CommonReport, bool)

GetAObjReportOk returns a tuple with the AObjReport field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAObjReport

func (o *CommonReportgroup) SetAObjReport(v []CommonReport)

SetAObjReport sets AObjReport field to given value.

GetAObjReportcellstyleCustom

func (o *CommonReportgroup) GetAObjReportcellstyleCustom() []CommonReportcellstyle

GetAObjReportcellstyleCustom returns the AObjReportcellstyleCustom field if non-nil, zero value otherwise.

GetAObjReportcellstyleCustomOk

func (o *CommonReportgroup) GetAObjReportcellstyleCustomOk() (*[]CommonReportcellstyle, bool)

GetAObjReportcellstyleCustomOk returns a tuple with the AObjReportcellstyleCustom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAObjReportcellstyleCustom

func (o *CommonReportgroup) SetAObjReportcellstyleCustom(v []CommonReportcellstyle)

SetAObjReportcellstyleCustom sets AObjReportcellstyleCustom field to given value.

[Back to Model list] [Back to API list] [Back to README]