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

com.aliyun.dingtalkh3yun_1_0.models.QueryAppFunctionNodesRequest 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.dingtalkh3yun_1_0.models;

import com.aliyun.tea.*;

public class QueryAppFunctionNodesRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

D000001

*/ @NameInMap("appCode") public String appCode; public static QueryAppFunctionNodesRequest build(java.util.Map map) throws Exception { QueryAppFunctionNodesRequest self = new QueryAppFunctionNodesRequest(); return TeaModel.build(map, self); } public QueryAppFunctionNodesRequest setAppCode(String appCode) { this.appCode = appCode; return this; } public String getAppCode() { return this.appCode; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy