com.aliyun.ccp.ossclient.models.CCPDeleteFilesResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ccp-oss-client Show documentation
Show all versions of ccp-oss-client Show documentation
Aliyun CCP oss SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.ossclient.models;
import com.aliyun.tea.*;
public class CCPDeleteFilesResponse extends TeaModel {
@NameInMap("requestId")
public String requestId;
@NameInMap("deleted_file_id_list")
public String[] deletedFileIdList;
@NameInMap("domain_id")
@Validation(pattern = "[a-z0-9A-Z]+")
public String domainId;
@NameInMap("drive_id")
@Validation(pattern = "[0-9]+")
public String driveId;
public static CCPDeleteFilesResponse build(java.util.Map map) throws Exception {
CCPDeleteFilesResponse self = new CCPDeleteFilesResponse();
return TeaModel.build(map, self);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy