Class: TencentCloud::Billing::V20180709::BillActionType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BillActionType
- Defined in:
- lib/v20180709/models.rb
Overview
交易类型筛选列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(actiontype = nil, actiontypename = nil) ⇒ BillActionType
constructor
A new instance of BillActionType.
Constructor Details
#initialize(actiontype = nil, actiontypename = nil) ⇒ BillActionType
Returns a new instance of BillActionType.
2125 2126 2127 2128 |
# File 'lib/v20180709/models.rb', line 2125 def initialize(actiontype=nil, actiontypename=nil) @ActionType = actiontype @ActionTypeName = actiontypename end |
Instance Attribute Details
#ActionType ⇒ Object
2123 2124 2125 |
# File 'lib/v20180709/models.rb', line 2123 def ActionType @ActionType end |
#ActionTypeName ⇒ Object
2123 2124 2125 |
# File 'lib/v20180709/models.rb', line 2123 def ActionTypeName @ActionTypeName end |
Instance Method Details
#deserialize(params) ⇒ Object
2130 2131 2132 2133 |
# File 'lib/v20180709/models.rb', line 2130 def deserialize(params) @ActionType = params['ActionType'] @ActionTypeName = params['ActionTypeName'] end |