Class: TencentCloud::Dlc::V20210125::UserMessage
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::UserMessage
- Defined in:
- lib/v20210125/models.rb
Overview
用户部分信息
Instance Attribute Summary collapse
-
#AccountType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Creator ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UserAlias ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UserDescription ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#UserId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(userid = nil, userdescription = nil, creator = nil, createtime = nil, useralias = nil, accounttype = nil) ⇒ UserMessage
constructor
A new instance of UserMessage.
Constructor Details
#initialize(userid = nil, userdescription = nil, creator = nil, createtime = nil, useralias = nil, accounttype = nil) ⇒ UserMessage
Returns a new instance of UserMessage.
17401 17402 17403 17404 17405 17406 17407 17408 |
# File 'lib/v20210125/models.rb', line 17401 def initialize(userid=nil, userdescription=nil, creator=nil, createtime=nil, useralias=nil, accounttype=nil) @UserId = userid @UserDescription = userdescription @Creator = creator @CreateTime = createtime @UserAlias = useralias @AccountType = accounttype end |
Instance Attribute Details
#AccountType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17399 17400 17401 |
# File 'lib/v20210125/models.rb', line 17399 def AccountType @AccountType end |
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17399 17400 17401 |
# File 'lib/v20210125/models.rb', line 17399 def CreateTime @CreateTime end |
#Creator ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17399 17400 17401 |
# File 'lib/v20210125/models.rb', line 17399 def Creator @Creator end |
#UserAlias ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17399 17400 17401 |
# File 'lib/v20210125/models.rb', line 17399 def UserAlias @UserAlias end |
#UserDescription ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17399 17400 17401 |
# File 'lib/v20210125/models.rb', line 17399 def UserDescription @UserDescription end |
#UserId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17399 17400 17401 |
# File 'lib/v20210125/models.rb', line 17399 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
17410 17411 17412 17413 17414 17415 17416 17417 |
# File 'lib/v20210125/models.rb', line 17410 def deserialize(params) @UserId = params['UserId'] @UserDescription = params['UserDescription'] @Creator = params['Creator'] @CreateTime = params['CreateTime'] @UserAlias = params['UserAlias'] @AccountType = params['AccountType'] end |