Class: TencentCloud::Billing::V20180709::DescribeBillSummaryRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeBillSummaryRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeBillSummary请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(month = nil, grouptype = nil, tagkey = nil, operateuin = nil) ⇒ DescribeBillSummaryRequest
constructor
A new instance of DescribeBillSummaryRequest.
Constructor Details
#initialize(month = nil, grouptype = nil, tagkey = nil, operateuin = nil) ⇒ DescribeBillSummaryRequest
Returns a new instance of DescribeBillSummaryRequest.
8160 8161 8162 8163 8164 8165 |
# File 'lib/v20180709/models.rb', line 8160 def initialize(month=nil, grouptype=nil, tagkey=nil, operateuin=nil) @Month = month @GroupType = grouptype @TagKey = tagkey @OperateUin = operateuin end |
Instance Attribute Details
#GroupType ⇒ Object
8158 8159 8160 |
# File 'lib/v20180709/models.rb', line 8158 def GroupType @GroupType end |
#Month ⇒ Object
8158 8159 8160 |
# File 'lib/v20180709/models.rb', line 8158 def Month @Month end |
#OperateUin ⇒ Object
8158 8159 8160 |
# File 'lib/v20180709/models.rb', line 8158 def OperateUin @OperateUin end |
#TagKey ⇒ Object
8158 8159 8160 |
# File 'lib/v20180709/models.rb', line 8158 def TagKey @TagKey end |
Instance Method Details
#deserialize(params) ⇒ Object
8167 8168 8169 8170 8171 8172 |
# File 'lib/v20180709/models.rb', line 8167 def deserialize(params) @Month = params['Month'] @GroupType = params['GroupType'] @TagKey = params['TagKey'] @OperateUin = params['OperateUin'] end |