Class: TencentCloud::Emr::V20190103::OtherAccountInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::OtherAccountInfo
- Defined in:
- lib/v20190103/models.rb
Overview
其他账号信息
Instance Attribute Summary collapse
-
#OtherUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RoleName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(otheruin = nil, rolename = nil) ⇒ OtherAccountInfo
constructor
A new instance of OtherAccountInfo.
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
#OtherUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
10732 10733 10734 |
# File 'lib/v20190103/models.rb', line 10732 def OtherUin @OtherUin end |
#RoleName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
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 |