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

com.aliyun.dingtalkdoc_2_0.models.ListTeamMembersRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class ListTeamMembersRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

YEp3JcM******UIbhwiE

*/ @NameInMap("operatorId") public String operatorId; public static ListTeamMembersRequest build(java.util.Map map) throws Exception { ListTeamMembersRequest self = new ListTeamMembersRequest(); return TeaModel.build(map, self); } public ListTeamMembersRequest setOperatorId(String operatorId) { this.operatorId = operatorId; return this; } public String getOperatorId() { return this.operatorId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy