Class: TencentCloud::Cdn::V20180606::ReportData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ReportData
- Defined in:
- lib/v20180606/models.rb
Overview
CDN报表数据
Instance Attribute Summary collapse
- #BillingPercentage ⇒ Object
- #BillingValue ⇒ Object
- #Percentage ⇒ Object
- #Resource ⇒ Object
- #ResourceId ⇒ Object
- #Value ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(resourceid = nil, resource = nil, value = nil, percentage = nil, billingvalue = nil, billingpercentage = nil) ⇒ ReportData
constructor
A new instance of ReportData.
Constructor Details
#initialize(resourceid = nil, resource = nil, value = nil, percentage = nil, billingvalue = nil, billingpercentage = nil) ⇒ ReportData
Returns a new instance of ReportData.
11430 11431 11432 11433 11434 11435 11436 11437 |
# File 'lib/v20180606/models.rb', line 11430 def initialize(resourceid=nil, resource=nil, value=nil, percentage=nil, billingvalue=nil, billingpercentage=nil) @ResourceId = resourceid @Resource = resource @Value = value @Percentage = percentage @BillingValue = billingvalue @BillingPercentage = billingpercentage end |
Instance Attribute Details
#BillingPercentage ⇒ Object
11428 11429 11430 |
# File 'lib/v20180606/models.rb', line 11428 def BillingPercentage @BillingPercentage end |
#BillingValue ⇒ Object
11428 11429 11430 |
# File 'lib/v20180606/models.rb', line 11428 def BillingValue @BillingValue end |
#Percentage ⇒ Object
11428 11429 11430 |
# File 'lib/v20180606/models.rb', line 11428 def Percentage @Percentage end |
#Resource ⇒ Object
11428 11429 11430 |
# File 'lib/v20180606/models.rb', line 11428 def Resource @Resource end |
#ResourceId ⇒ Object
11428 11429 11430 |
# File 'lib/v20180606/models.rb', line 11428 def ResourceId @ResourceId end |
#Value ⇒ Object
11428 11429 11430 |
# File 'lib/v20180606/models.rb', line 11428 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
11439 11440 11441 11442 11443 11444 11445 11446 |
# File 'lib/v20180606/models.rb', line 11439 def deserialize(params) @ResourceId = params['ResourceId'] @Resource = params['Resource'] @Value = params['Value'] @Percentage = params['Percentage'] @BillingValue = params['BillingValue'] @BillingPercentage = params['BillingPercentage'] end |