com.aliyun.ccp.ossclient.models.GetUserResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ccp-oss-client Show documentation
Show all versions of ccp-oss-client Show documentation
Aliyun CCP oss SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.ossclient.models;
import com.aliyun.tea.*;
public class GetUserResponse extends TeaModel {
@NameInMap("requestId")
public String requestId;
@NameInMap("avatar")
public String avatar;
@NameInMap("created_at")
public Long createdAt;
@NameInMap("default_drive_id")
public String defaultDriveId;
@NameInMap("description")
public String description;
@NameInMap("domain_id")
public String domainId;
@NameInMap("email")
public String email;
@NameInMap("nick_name")
public String nickName;
@NameInMap("phone")
public String phone;
@NameInMap("role")
public String role;
@NameInMap("status")
public String status;
@NameInMap("updated_at")
public Long updatedAt;
@NameInMap("user_id")
public String userId;
@NameInMap("user_name")
public String userName;
public static GetUserResponse build(java.util.Map map) throws Exception {
GetUserResponse self = new GetUserResponse();
return TeaModel.build(map, self);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy