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

com.aliyun.dingtalkcontent_1_0.models.ListItemUserDataRequest 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.dingtalkcontent_1_0.models;

import com.aliyun.tea.*;

public class ListItemUserDataRequest extends TeaModel {
    /**
     * 

This parameter is required.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy