Class: TencentCloud::Organization::V20181225::GetOrganizationMemberResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20181225::GetOrganizationMemberResponse
- Defined in:
- lib/v20181225/models.rb
Overview
GetOrganizationMember返回参数结构体
Instance Attribute Summary collapse
- #JoinTime ⇒ Object
- #Name ⇒ Object
- #NodeId ⇒ Object
- #NodeName ⇒ Object
- #ParentNodeId ⇒ Object
- #Remark ⇒ Object
- #RequestId ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, name = nil, remark = nil, jointime = nil, nodeid = nil, nodename = nil, parentnodeid = nil, requestid = nil) ⇒ GetOrganizationMemberResponse
constructor
A new instance of GetOrganizationMemberResponse.
Constructor Details
#initialize(uin = nil, name = nil, remark = nil, jointime = nil, nodeid = nil, nodename = nil, parentnodeid = nil, requestid = nil) ⇒ GetOrganizationMemberResponse
Returns a new instance of GetOrganizationMemberResponse.
368 369 370 371 372 373 374 375 376 377 |
# File 'lib/v20181225/models.rb', line 368 def initialize(uin=nil, name=nil, remark=nil, jointime=nil, nodeid=nil, nodename=nil, parentnodeid=nil, requestid=nil) @Uin = uin @Name = name @Remark = remark @JoinTime = jointime @NodeId = nodeid @NodeName = nodename @ParentNodeId = parentnodeid @RequestId = requestid end |
Instance Attribute Details
#JoinTime ⇒ Object
366 367 368 |
# File 'lib/v20181225/models.rb', line 366 def JoinTime @JoinTime end |
#Name ⇒ Object
366 367 368 |
# File 'lib/v20181225/models.rb', line 366 def Name @Name end |
#NodeId ⇒ Object
366 367 368 |
# File 'lib/v20181225/models.rb', line 366 def NodeId @NodeId end |
#NodeName ⇒ Object
366 367 368 |
# File 'lib/v20181225/models.rb', line 366 def NodeName @NodeName end |
#ParentNodeId ⇒ Object
366 367 368 |
# File 'lib/v20181225/models.rb', line 366 def ParentNodeId @ParentNodeId end |
#Remark ⇒ Object
366 367 368 |
# File 'lib/v20181225/models.rb', line 366 def Remark @Remark end |
#RequestId ⇒ Object
366 367 368 |
# File 'lib/v20181225/models.rb', line 366 def RequestId @RequestId end |
#Uin ⇒ Object
366 367 368 |
# File 'lib/v20181225/models.rb', line 366 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
379 380 381 382 383 384 385 386 387 388 |
# File 'lib/v20181225/models.rb', line 379 def deserialize(params) @Uin = params['Uin'] @Name = params['Name'] @Remark = params['Remark'] @JoinTime = params['JoinTime'] @NodeId = params['NodeId'] @NodeName = params['NodeName'] @ParentNodeId = params['ParentNodeId'] @RequestId = params['RequestId'] end |