All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.larksuite.oapi.service.contact.v3.model.UserGroupDeletedEventData 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 UserGroupDeletedEventData {
    @SerializedName("object")
    private GroupEvent object;

    public GroupEvent getObject() {
        return this.object;
    }

    public void setObject(GroupEvent object) {
        this.object = object;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy