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

com.aliyun.dingtalklive_1_0.models.GetOrgLiveListShrinkRequest 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.dingtalklive_1_0.models;

import com.aliyun.tea.*;

public class GetOrgLiveListShrinkRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("corpId") public String corpId; @NameInMap("requestBody") public String requestBodyShrink; public static GetOrgLiveListShrinkRequest build(java.util.Map map) throws Exception { GetOrgLiveListShrinkRequest self = new GetOrgLiveListShrinkRequest(); return TeaModel.build(map, self); } public GetOrgLiveListShrinkRequest setCorpId(String corpId) { this.corpId = corpId; return this; } public String getCorpId() { return this.corpId; } public GetOrgLiveListShrinkRequest setRequestBodyShrink(String requestBodyShrink) { this.requestBodyShrink = requestBodyShrink; return this; } public String getRequestBodyShrink() { return this.requestBodyShrink; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy