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

com.aliyun.dingtalkedu_1_0.models.DeleteUniversityCourseGroupResponseBody Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkedu_1_0.models;

import com.aliyun.tea.*;

public class DeleteUniversityCourseGroupResponseBody extends TeaModel {
    // 操作结果
    @NameInMap("result")
    public Boolean result;

    public static DeleteUniversityCourseGroupResponseBody build(java.util.Map map) throws Exception {
        DeleteUniversityCourseGroupResponseBody self = new DeleteUniversityCourseGroupResponseBody();
        return TeaModel.build(map, self);
    }

    public DeleteUniversityCourseGroupResponseBody setResult(Boolean result) {
        this.result = result;
        return this;
    }
    public Boolean getResult() {
        return this.result;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy