Class: TencentCloud::Billing::V20180709::DescribeBillSummaryForOrganizationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeBillSummaryForOrganizationRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeBillSummaryForOrganization请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(month = nil, grouptype = nil, tagkey = nil) ⇒ DescribeBillSummaryForOrganizationRequest
constructor
A new instance of DescribeBillSummaryForOrganizationRequest.
Constructor Details
#initialize(month = nil, grouptype = nil, tagkey = nil) ⇒ DescribeBillSummaryForOrganizationRequest
8103 8104 8105 8106 8107 |
# File 'lib/v20180709/models.rb', line 8103 def initialize(month=nil, grouptype=nil, tagkey=nil) @Month = month @GroupType = grouptype @TagKey = tagkey end |
Instance Attribute Details
#GroupType ⇒ Object
8101 8102 8103 |
# File 'lib/v20180709/models.rb', line 8101 def GroupType @GroupType end |
#Month ⇒ Object
8101 8102 8103 |
# File 'lib/v20180709/models.rb', line 8101 def Month @Month end |
#TagKey ⇒ Object
8101 8102 8103 |
# File 'lib/v20180709/models.rb', line 8101 def TagKey @TagKey end |
Instance Method Details
#deserialize(params) ⇒ Object
8109 8110 8111 8112 8113 |
# File 'lib/v20180709/models.rb', line 8109 def deserialize(params) @Month = params['Month'] @GroupType = params['GroupType'] @TagKey = params['TagKey'] end |