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

com.aliyun.dingtalkim_1_0.models.CountOpenMsgSceneGroupsRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkim_1_0.models;

import com.aliyun.tea.*;

public class CountOpenMsgSceneGroupsRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

f6xxxxx

*/ @NameInMap("templateId") public String templateId; public static CountOpenMsgSceneGroupsRequest build(java.util.Map map) throws Exception { CountOpenMsgSceneGroupsRequest self = new CountOpenMsgSceneGroupsRequest(); return TeaModel.build(map, self); } public CountOpenMsgSceneGroupsRequest setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy