com.larksuite.oapi.service.sheets.v2.model.Source 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 Source {
@SerializedName("sheetId")
private String sheetId;
public String getSheetId() {
return this.sheetId;
}
public void setSheetId(String sheetId) {
this.sheetId = sheetId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy