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

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

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

import com.aliyun.tea.*;

public class QueryUserGroupMemberRequest extends TeaModel {
    @NameInMap("Keyword")
    public String keyword;

    /**
     * 

This parameter is required.

* * example: *

2fe4fbd8-588f-489a-b3e1-e92c7af0****

*/ @NameInMap("UserGroupId") public String userGroupId; public static QueryUserGroupMemberRequest build(java.util.Map map) throws Exception { QueryUserGroupMemberRequest self = new QueryUserGroupMemberRequest(); return TeaModel.build(map, self); } public QueryUserGroupMemberRequest setKeyword(String keyword) { this.keyword = keyword; return this; } public String getKeyword() { return this.keyword; } public QueryUserGroupMemberRequest setUserGroupId(String userGroupId) { this.userGroupId = userGroupId; return this; } public String getUserGroupId() { return this.userGroupId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy