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

com.aliyun.dingtalkdingmi_1_0.models.GetIntelligentRobotInfoRequest 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.dingtalkdingmi_1_0.models;

import com.aliyun.tea.*;

public class GetIntelligentRobotInfoRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

abcd1234

*/ @NameInMap("robotAppKey") public String robotAppKey; public static GetIntelligentRobotInfoRequest build(java.util.Map map) throws Exception { GetIntelligentRobotInfoRequest self = new GetIntelligentRobotInfoRequest(); return TeaModel.build(map, self); } public GetIntelligentRobotInfoRequest setRobotAppKey(String robotAppKey) { this.robotAppKey = robotAppKey; return this; } public String getRobotAppKey() { return this.robotAppKey; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy