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

com.aliyun.dingtalkchengfeng_1_0.models.ListProgressByIdsRequest Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkchengfeng_1_0.models;

import com.aliyun.tea.*;

public class ListProgressByIdsRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("progressIds") public java.util.List progressIds; public static ListProgressByIdsRequest build(java.util.Map map) throws Exception { ListProgressByIdsRequest self = new ListProgressByIdsRequest(); return TeaModel.build(map, self); } public ListProgressByIdsRequest setProgressIds(java.util.List progressIds) { this.progressIds = progressIds; return this; } public java.util.List getProgressIds() { return this.progressIds; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy