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

com.aliyun.dingtalkpackage_1_0.models.ReleaseGrayExitResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class ReleaseGrayExitResponseBody extends TeaModel {
    @NameInMap("reuslt")
    public Object reuslt;

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

    public ReleaseGrayExitResponseBody setReuslt(Object reuslt) {
        this.reuslt = reuslt;
        return this;
    }
    public Object getReuslt() {
        return this.reuslt;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy