com.larksuite.oapi.service.contact.v3.model.DepartmentStatus Maven / Gradle / Ivy
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.contact.v3.model;
import com.google.gson.annotations.SerializedName;
public class DepartmentStatus {
@SerializedName("is_deleted")
private Boolean isDeleted;
public Boolean getIsDeleted() {
return this.isDeleted;
}
public void setIsDeleted(Boolean isDeleted) {
this.isDeleted = isDeleted;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy