com.larksuite.oapi.service.sheets.v2.model.SpreadsheetsConditionFormatsBatchDeleteReqBody 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 SpreadsheetsConditionFormatsBatchDeleteReqBody {
@SerializedName("sheet_cf_ids")
private SheetCfId[] sheetCfIds;
public SheetCfId[] getSheetCfIds() {
return this.sheetCfIds;
}
public void setSheetCfIds(SheetCfId[] sheetCfIds) {
this.sheetCfIds = sheetCfIds;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy