Class: TencentCloud::Billing::V20180709::AnalyseActionTypeDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::AnalyseActionTypeDetail
- Defined in:
- lib/v20180709/models.rb
Overview
成本分析交易类型复杂类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(actiontype = nil, actiontypename = nil) ⇒ AnalyseActionTypeDetail
constructor
A new instance of AnalyseActionTypeDetail.
Constructor Details
#initialize(actiontype = nil, actiontypename = nil) ⇒ AnalyseActionTypeDetail
Returns a new instance of AnalyseActionTypeDetail.
1682 1683 1684 1685 |
# File 'lib/v20180709/models.rb', line 1682 def initialize(actiontype=nil, actiontypename=nil) @ActionType = actiontype @ActionTypeName = actiontypename end |
Instance Attribute Details
#ActionType ⇒ Object
1680 1681 1682 |
# File 'lib/v20180709/models.rb', line 1680 def ActionType @ActionType end |
#ActionTypeName ⇒ Object
1680 1681 1682 |
# File 'lib/v20180709/models.rb', line 1680 def ActionTypeName @ActionTypeName end |
Instance Method Details
#deserialize(params) ⇒ Object
1687 1688 1689 1690 |
# File 'lib/v20180709/models.rb', line 1687 def deserialize(params) @ActionType = params['ActionType'] @ActionTypeName = params['ActionTypeName'] end |