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

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

There is a newer version: 2.1.67
Show 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 RespondEventRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("responseStatus") public String responseStatus; public static RespondEventRequest build(java.util.Map map) throws Exception { RespondEventRequest self = new RespondEventRequest(); return TeaModel.build(map, self); } public RespondEventRequest setResponseStatus(String responseStatus) { this.responseStatus = responseStatus; return this; } public String getResponseStatus() { return this.responseStatus; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy