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

com.larksuite.oapi.service.calendar.v4.model.CalendarEventAttendeeCreateResult 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 CalendarEventAttendeeCreateResult {
    @SerializedName("attendees")
    private CalendarEventAttendee[] attendees;

    public CalendarEventAttendee[] getAttendees() {
        return this.attendees;
    }

    public void setAttendees(CalendarEventAttendee[] attendees) {
        this.attendees = attendees;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy