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

com.aliyun.quickbi_public20220101.models.WithdrawAllUserGroupsRequest Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.quickbi_public20220101.models;

import com.aliyun.tea.*;

public class WithdrawAllUserGroupsRequest extends TeaModel {
    /**
     * 

The ID of the user. The UserID of the Quick BI is used instead of the UID of Alibaba Cloud.

*

This parameter is required.

* * example: *

46e5374665ba4b679ee22e2a2927****

*/ @NameInMap("UserId") public String userId; public static WithdrawAllUserGroupsRequest build(java.util.Map map) throws Exception { WithdrawAllUserGroupsRequest self = new WithdrawAllUserGroupsRequest(); return TeaModel.build(map, self); } public WithdrawAllUserGroupsRequest setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy