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