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

com.aliyun.dingtalkcontact_1_0.models.OrgAccountMobileVisiblePermissonRequest Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkcontact_1_0.models;

import com.aliyun.tea.*;

public class OrgAccountMobileVisiblePermissonRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("body") public java.util.List body; public static OrgAccountMobileVisiblePermissonRequest build(java.util.Map map) throws Exception { OrgAccountMobileVisiblePermissonRequest self = new OrgAccountMobileVisiblePermissonRequest(); return TeaModel.build(map, self); } public OrgAccountMobileVisiblePermissonRequest setBody(java.util.List body) { this.body = body; return this; } public java.util.List getBody() { return this.body; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy