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

com.aliyun.dingtalkstorage_1_0.models.DeletePermissionResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class DeletePermissionResponseBody extends TeaModel {
    /**
     * example:
     * 

true

*/ @NameInMap("success") public Boolean success; public static DeletePermissionResponseBody build(java.util.Map map) throws Exception { DeletePermissionResponseBody self = new DeletePermissionResponseBody(); return TeaModel.build(map, self); } public DeletePermissionResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy