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