Class: TencentCloud::Organization::V20210331::OrgMemberFinancial
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::OrgMemberFinancial
- Defined in:
- lib/v20210331/models.rb
Overview
组织成员财务信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(memberuin = nil, membername = nil, totalcost = nil, ratio = nil) ⇒ OrgMemberFinancial
constructor
A new instance of OrgMemberFinancial.
Constructor Details
#initialize(memberuin = nil, membername = nil, totalcost = nil, ratio = nil) ⇒ OrgMemberFinancial
Returns a new instance of OrgMemberFinancial.
6350 6351 6352 6353 6354 6355 |
# File 'lib/v20210331/models.rb', line 6350 def initialize(memberuin=nil, membername=nil, totalcost=nil, ratio=nil) @MemberUin = memberuin @MemberName = membername @TotalCost = totalcost @Ratio = ratio end |
Instance Attribute Details
#MemberName ⇒ Object
6348 6349 6350 |
# File 'lib/v20210331/models.rb', line 6348 def MemberName @MemberName end |
#MemberUin ⇒ Object
6348 6349 6350 |
# File 'lib/v20210331/models.rb', line 6348 def MemberUin @MemberUin end |
#Ratio ⇒ Object
6348 6349 6350 |
# File 'lib/v20210331/models.rb', line 6348 def Ratio @Ratio end |
#TotalCost ⇒ Object
6348 6349 6350 |
# File 'lib/v20210331/models.rb', line 6348 def TotalCost @TotalCost end |
Instance Method Details
#deserialize(params) ⇒ Object
6357 6358 6359 6360 6361 6362 |
# File 'lib/v20210331/models.rb', line 6357 def deserialize(params) @MemberUin = params['MemberUin'] @MemberName = params['MemberName'] @TotalCost = params['TotalCost'] @Ratio = params['Ratio'] end |