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

com.aliyun.dingtalkcalendar_1_0.models.ConvertLegacyEventIdRequest Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkcalendar_1_0.models;

import com.aliyun.tea.*;

public class ConvertLegacyEventIdRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("legacyEventIds") public java.util.List legacyEventIds; public static ConvertLegacyEventIdRequest build(java.util.Map map) throws Exception { ConvertLegacyEventIdRequest self = new ConvertLegacyEventIdRequest(); return TeaModel.build(map, self); } public ConvertLegacyEventIdRequest setLegacyEventIds(java.util.List legacyEventIds) { this.legacyEventIds = legacyEventIds; return this; } public java.util.List getLegacyEventIds() { return this.legacyEventIds; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy