com.aliyun.ccp.ccpclient.models.CCPBatchResponse Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.ccpclient.models;
import com.aliyun.tea.*;
/**
* batch operation response
*/
public class CCPBatchResponse extends TeaModel {
@NameInMap("responses")
public java.util.List responses;
public static CCPBatchResponse build(java.util.Map map) throws Exception {
CCPBatchResponse self = new CCPBatchResponse();
return TeaModel.build(map, self);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy