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

com.aliyun.dingtalkedu_1_0.models.DeleteDeviceOrgRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkedu_1_0.models;

import com.aliyun.tea.*;

public class DeleteDeviceOrgRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("authCode") public String authCode; /** *

This parameter is required.

*/ @NameInMap("deviceCode") public String deviceCode; public static DeleteDeviceOrgRequest build(java.util.Map map) throws Exception { DeleteDeviceOrgRequest self = new DeleteDeviceOrgRequest(); return TeaModel.build(map, self); } public DeleteDeviceOrgRequest setAuthCode(String authCode) { this.authCode = authCode; return this; } public String getAuthCode() { return this.authCode; } public DeleteDeviceOrgRequest setDeviceCode(String deviceCode) { this.deviceCode = deviceCode; return this; } public String getDeviceCode() { return this.deviceCode; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy