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

com.aliyun.dingtalkmicro_app_1_0.models.ListInnerAppRequest Maven / Gradle / Ivy

There is a newer version: 2.1.30
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkmicro_app_1_0.models;

import com.aliyun.tea.*;

public class ListInnerAppRequest extends TeaModel {
    // 合作空间corpId
    @NameInMap("ecologicalCorpId")
    public String ecologicalCorpId;

    public static ListInnerAppRequest build(java.util.Map map) throws Exception {
        ListInnerAppRequest self = new ListInnerAppRequest();
        return TeaModel.build(map, self);
    }

    public ListInnerAppRequest setEcologicalCorpId(String ecologicalCorpId) {
        this.ecologicalCorpId = ecologicalCorpId;
        return this;
    }
    public String getEcologicalCorpId() {
        return this.ecologicalCorpId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy