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