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.
6212 6213 6214 6215 6216 6217 |
# File 'lib/v20210331/models.rb', line 6212 def initialize(memberuin=nil, membername=nil, totalcost=nil, ratio=nil) @MemberUin = memberuin @MemberName = membername @TotalCost = totalcost @Ratio = ratio end |
Instance Attribute Details
#MemberName ⇒ Object
6210 6211 6212 |
# File 'lib/v20210331/models.rb', line 6210 def MemberName @MemberName end |
#MemberUin ⇒ Object
6210 6211 6212 |
# File 'lib/v20210331/models.rb', line 6210 def MemberUin @MemberUin end |
#Ratio ⇒ Object
6210 6211 6212 |
# File 'lib/v20210331/models.rb', line 6210 def Ratio @Ratio end |
#TotalCost ⇒ Object
6210 6211 6212 |
# File 'lib/v20210331/models.rb', line 6210 def TotalCost @TotalCost end |
Instance Method Details
#deserialize(params) ⇒ Object
6219 6220 6221 6222 6223 6224 |
# File 'lib/v20210331/models.rb', line 6219 def deserialize(params) @MemberUin = params['MemberUin'] @MemberName = params['MemberName'] @TotalCost = params['TotalCost'] @Ratio = params['Ratio'] end |