MailChimp.Api.Net.Services.Reports.MailChimpReports.MailChimpReports C# (CSharp) 메소드

MailChimpReports() 공개 메소드

public MailChimpReports ( ) : System.Threading.Tasks
리턴 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();
        }