Class: TencentCloud::Emr::V20190103::OtherAccountInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190103/models.rb

Overview

其他账号信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(otheruin = nil, rolename = nil) ⇒ OtherAccountInfo

Returns a new instance of OtherAccountInfo.



10734
10735
10736
10737
# File 'lib/v20190103/models.rb', line 10734

def initialize(otheruin=nil, rolename=nil)
  @OtherUin = otheruin
  @RoleName = rolename
end

Instance Attribute Details

#OtherUinObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • 其他账号UIN

  • 其他账号授权角色名称



10732
10733
10734
# File 'lib/v20190103/models.rb', line 10732

def OtherUin
  @OtherUin
end

#RoleNameObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • 其他账号UIN

  • 其他账号授权角色名称



10732
10733
10734
# File 'lib/v20190103/models.rb', line 10732

def RoleName
  @RoleName
end

Instance Method Details

#deserialize(params) ⇒ Object



10739
10740
10741
10742
# File 'lib/v20190103/models.rb', line 10739

def deserialize(params)
  @OtherUin = params['OtherUin']
  @RoleName = params['RoleName']
end