All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.contentCustom.ExportReportsService Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.service.contentCustom;

import com.volcengine.model.contentCustom.ExportReportsRequest;
import com.volcengine.model.contentCustom.ExportReportsResponse;
import com.volcengine.service.IBaseService;

public interface ExportReportsService extends IBaseService {
    /**
     * 导出报表
     *
     * @param request
     * @return com.volcengine.model.report.ExportReportsResponse
     * @author liqi.0117
     */
    ExportReportsResponse exportReports(ExportReportsRequest request) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy