com.larksuite.oapi.service.tenant.v2.model.TenantQueryResult Maven / Gradle / Ivy
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.tenant.v2.model;
import com.google.gson.annotations.SerializedName;
public class TenantQueryResult {
@SerializedName("tenant")
private Tenant tenant;
public Tenant getTenant() {
return this.tenant;
}
public void setTenant(Tenant tenant) {
this.tenant = tenant;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy