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