UserInfoProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new UserInfoProperty {
object Password = null,
object UserId = null,
object UserName = null
};
Properties
| Name | Type | Description |
|---|---|---|
Password |
object |
No description. |
UserId |
object |
No description. |
UserName |
object |
No description. |
PasswordOptional
public object Password { get; set; }
- Type: object
UserIdOptional
public object UserId { get; set; }
- Type: object
UserNameOptional
public object UserName { get; set; }
- Type: object