com.aliyun.ccp.ccpclient.models.ListUserResponse Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.ccpclient.models;
import com.aliyun.tea.*;
/**
* List user response
*/
public class ListUserResponse extends TeaModel {
@NameInMap("items")
public java.util.List items;
@NameInMap("next_marker")
public String nextMarker;
public static ListUserResponse build(java.util.Map map) throws Exception {
ListUserResponse self = new ListUserResponse();
return TeaModel.build(map, self);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy