MailChimp.Api.Net.Services.Reports.MailChimpReports.MailChimpReports C# (CSharp) Method

MailChimpReports() public method

public MailChimpReports ( ) : System.Threading.Tasks
return System.Threading.Tasks
        public MailChimpReports()
        {
            reportOverview = new MCReportsOverview();
            campaign = new MCReportsCampaignAdvice();
            clickDetails = new MCReportsClickDetails();
            performance = new MCReportsDomainPerformance();
            eepUrl = new MCReportsEepURL();
            emailActivity = new MCReportsEmailActivity();
            location = new MCReportsLocation();
            sentTo = new MCReportsSentTo();
            subReport = new MCReportsSubReport();
            unsubscribe = new MCReportsUnsubscribes();
        }