GetUsersUser

data class GetUsersUser(val accountId: String, val accountName: String, val adminUser: Boolean, val authAdminUser: Boolean, val email: String, val id: String, val nickName: String, val phone: String, val userId: String, val userType: String)

Constructors

Link copied to clipboard
constructor(accountId: String, accountName: String, adminUser: Boolean, authAdminUser: Boolean, email: String, id: String, nickName: String, phone: String, userId: String, userType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Alibaba Cloud account ID.

Link copied to clipboard

An Alibaba Cloud account, Alibaba Cloud name.

Link copied to clipboard

Whether it is the administrator. Valid values: true and false.

Link copied to clipboard

Whether this is a permissions administrator. Valid values: true and false.

Link copied to clipboard

The email of the user.

Link copied to clipboard
val id: String

The ID of the User.

Link copied to clipboard

The nickname of the user.

Link copied to clipboard

The phone number of the user.

Link copied to clipboard

The ID of the User.

Link copied to clipboard

The members of the organization of the type of role separately. Valid values: Analyst, Developer and Visitor.