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

com.aliyun.dingtalkexclusive_1_0.models.ListRulesShrinkRequest 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.dingtalkexclusive_1_0.models;

import com.aliyun.tea.*;

public class ListRulesShrinkRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("body") public String bodyShrink; public static ListRulesShrinkRequest build(java.util.Map map) throws Exception { ListRulesShrinkRequest self = new ListRulesShrinkRequest(); return TeaModel.build(map, self); } public ListRulesShrinkRequest setBodyShrink(String bodyShrink) { this.bodyShrink = bodyShrink; return this; } public String getBodyShrink() { return this.bodyShrink; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy