Class: TencentCloud::Billing::V20180709::DescribeBillSummaryForOrganizationRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180709/models.rb

Overview

DescribeBillSummaryForOrganization请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#GroupTypeObject



8101
8102
8103
# File 'lib/v20180709/models.rb', line 8101

def GroupType
  @GroupType
end

#MonthObject



8101
8102
8103
# File 'lib/v20180709/models.rb', line 8101

def Month
  @Month
end

#TagKeyObject



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