com.aliyun.ccp.ossclient.models.CCPListFileRequest 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 CCPListFileRequest extends TeaModel {
@NameInMap("drive_id")
@Validation(pattern = "[0-9]+")
public String driveId;
@NameInMap("image_thumbnail_process")
public String imageThumbnailProcess;
@NameInMap("image_url_process")
public String imageUrlProcess;
@NameInMap("limit")
@Validation(pattern = "[0-9]{1,3}")
public Long limit;
@NameInMap("marker")
public String marker;
@NameInMap("video_thumbnail_process")
public String videoThumbnailProcess;
@NameInMap("Starred")
public boolean Starred;
@NameInMap("all")
public boolean all;
@NameInMap("category")
public String category;
@NameInMap("order_by")
public String orderBy;
@NameInMap("order_direction")
public String orderDirection;
@NameInMap("parent_file_id")
@Validation(pattern = "[a-z0-9.-_]{1,50}")
public String parentFileId;
@NameInMap("status")
public String status;
@NameInMap("type")
public String type;
@NameInMap("url_expire_sec")
public Long urlExpireSec;
public static CCPListFileRequest build(java.util.Map map) throws Exception {
CCPListFileRequest self = new CCPListFileRequest();
return TeaModel.build(map, self);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy