
com.larksuite.oapi.service.sheets.v2.model.CopySheet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of larksuite-oapi Show documentation
Show all versions of larksuite-oapi Show documentation
Larksuite open platform facilitates the integration of enterprise applications and larksuite, making
collaboration and management more efficient
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.sheets.v2.model;
import com.google.gson.annotations.SerializedName;
public class CopySheet {
@SerializedName("source")
private Source source;
@SerializedName("destination")
private Destination destination;
public Source getSource() {
return this.source;
}
public void setSource(Source source) {
this.source = source;
}
public Destination getDestination() {
return this.destination;
}
public void setDestination(Destination destination) {
this.destination = destination;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy