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