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

com.aliyun.dingtalklive_1_0.models.StopCloudFeedResponseBody Maven / Gradle / Ivy

The 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 StopCloudFeedResponseBody extends TeaModel {
    /**
     * example:
     * 

true

*/ @NameInMap("result") public Boolean result; public static StopCloudFeedResponseBody build(java.util.Map map) throws Exception { StopCloudFeedResponseBody self = new StopCloudFeedResponseBody(); return TeaModel.build(map, self); } public StopCloudFeedResponseBody setResult(Boolean result) { this.result = result; return this; } public Boolean getResult() { return this.result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy