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

com.aliyun.dingtalkh3yun_1_0.models.LoadBizFieldsRequest Maven / Gradle / Ivy

The 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 LoadBizFieldsRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

D0001839bbbbe346bbf496498bb76c44c7eb972

*/ @NameInMap("schemaCode") public String schemaCode; public static LoadBizFieldsRequest build(java.util.Map map) throws Exception { LoadBizFieldsRequest self = new LoadBizFieldsRequest(); return TeaModel.build(map, self); } public LoadBizFieldsRequest setSchemaCode(String schemaCode) { this.schemaCode = schemaCode; return this; } public String getSchemaCode() { return this.schemaCode; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy