com.larksuite.oapi.service.sheets.v2.model.SpreadsheetsProtectedRangeBatchDeleteReqBody Maven / Gradle / Ivy
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.sheets.v2.model;
import com.google.gson.annotations.SerializedName;
public class SpreadsheetsProtectedRangeBatchDeleteReqBody {
@SerializedName("protectIds")
private String[] protectIds;
public String[] getProtectIds() {
return this.protectIds;
}
public void setProtectIds(String[] protectIds) {
this.protectIds = protectIds;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy