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

com.aliyun.dingtalkcrm_1_0.models.DeleteCrmCustomObjectDataResponseBody 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.dingtalkcrm_1_0.models;

import com.aliyun.tea.*;

public class DeleteCrmCustomObjectDataResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

INST_xx

*/ @NameInMap("instanceId") public String instanceId; public static DeleteCrmCustomObjectDataResponseBody build(java.util.Map map) throws Exception { DeleteCrmCustomObjectDataResponseBody self = new DeleteCrmCustomObjectDataResponseBody(); return TeaModel.build(map, self); } public DeleteCrmCustomObjectDataResponseBody setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy