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

com.aliyun.dingtalklive_1_0.models.DeleteLiveFeedResponseBody 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 DeleteLiveFeedResponseBody extends TeaModel {
    /**
     * example:
     * 

true

*/ @NameInMap("hasDelete") public Boolean hasDelete; public static DeleteLiveFeedResponseBody build(java.util.Map map) throws Exception { DeleteLiveFeedResponseBody self = new DeleteLiveFeedResponseBody(); return TeaModel.build(map, self); } public DeleteLiveFeedResponseBody setHasDelete(Boolean hasDelete) { this.hasDelete = hasDelete; return this; } public Boolean getHasDelete() { return this.hasDelete; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy