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

com.larksuite.oapi.service.calendar.v4.model.CalendarEventGetResult Maven / Gradle / Ivy

// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.calendar.v4.model;
import com.google.gson.annotations.SerializedName;

public class CalendarEventGetResult {
    @SerializedName("event")
    private CalendarEvent event;

    public CalendarEvent getEvent() {
        return this.event;
    }

    public void setEvent(CalendarEvent event) {
        this.event = event;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy