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

com.aliyun.dataphin_public20230630.models.UpdateTenantMemberShrinkRequest Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dataphin_public20230630.models;

import com.aliyun.tea.*;

public class UpdateTenantMemberShrinkRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

30001011

*/ @NameInMap("OpTenantId") public Long opTenantId; /** *

This parameter is required.

*/ @NameInMap("UpdateCommand") public String updateCommandShrink; public static UpdateTenantMemberShrinkRequest build(java.util.Map map) throws Exception { UpdateTenantMemberShrinkRequest self = new UpdateTenantMemberShrinkRequest(); return TeaModel.build(map, self); } public UpdateTenantMemberShrinkRequest setOpTenantId(Long opTenantId) { this.opTenantId = opTenantId; return this; } public Long getOpTenantId() { return this.opTenantId; } public UpdateTenantMemberShrinkRequest setUpdateCommandShrink(String updateCommandShrink) { this.updateCommandShrink = updateCommandShrink; return this; } public String getUpdateCommandShrink() { return this.updateCommandShrink; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy