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

com.aliyun.dingtalkexclusive_1_0.models.GetConfBaseInfoByLogicalIdRequest 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.dingtalkexclusive_1_0.models;

import com.aliyun.tea.*;

public class GetConfBaseInfoByLogicalIdRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("logicalConferenceId") public String logicalConferenceId; public static GetConfBaseInfoByLogicalIdRequest build(java.util.Map map) throws Exception { GetConfBaseInfoByLogicalIdRequest self = new GetConfBaseInfoByLogicalIdRequest(); return TeaModel.build(map, self); } public GetConfBaseInfoByLogicalIdRequest setLogicalConferenceId(String logicalConferenceId) { this.logicalConferenceId = logicalConferenceId; return this; } public String getLogicalConferenceId() { return this.logicalConferenceId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy