com.larksuite.oapi.service.human_authentication.v1.model.IdentityCreateResult Maven / Gradle / Ivy
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.human_authentication.v1.model;
import com.google.gson.annotations.SerializedName;
public class IdentityCreateResult {
@SerializedName("verify_uid")
private String verifyUid;
public String getVerifyUid() {
return this.verifyUid;
}
public void setVerifyUid(String verifyUid) {
this.verifyUid = verifyUid;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy