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

com.aliyun.dingtalkwiki_2_0.models.GetDefaultHandOverUserResponseBody 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.dingtalkwiki_2_0.models;

import com.aliyun.tea.*;

public class GetDefaultHandOverUserResponseBody extends TeaModel {
    /**
     * example:
     * 

staff_id

*/ @NameInMap("defaultHandoverUserId") public String defaultHandoverUserId; public static GetDefaultHandOverUserResponseBody build(java.util.Map map) throws Exception { GetDefaultHandOverUserResponseBody self = new GetDefaultHandOverUserResponseBody(); return TeaModel.build(map, self); } public GetDefaultHandOverUserResponseBody setDefaultHandoverUserId(String defaultHandoverUserId) { this.defaultHandoverUserId = defaultHandoverUserId; return this; } public String getDefaultHandoverUserId() { return this.defaultHandoverUserId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy