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.
8930 8931 8932 8933 8934 8935 8936 8937 |
# File 'lib/v20180606/models.rb', line 8930 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
8928 8929 8930 |
# File 'lib/v20180606/models.rb', line 8928 def BillingPercentage @BillingPercentage end |
#BillingValue ⇒ Object
8928 8929 8930 |
# File 'lib/v20180606/models.rb', line 8928 def BillingValue @BillingValue end |
#Percentage ⇒ Object
8928 8929 8930 |
# File 'lib/v20180606/models.rb', line 8928 def Percentage @Percentage end |
#Resource ⇒ Object
8928 8929 8930 |
# File 'lib/v20180606/models.rb', line 8928 def Resource @Resource end |
#ResourceId ⇒ Object
8928 8929 8930 |
# File 'lib/v20180606/models.rb', line 8928 def ResourceId @ResourceId end |
#Value ⇒ Object
8928 8929 8930 |
# File 'lib/v20180606/models.rb', line 8928 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
8939 8940 8941 8942 8943 8944 8945 8946 |
# File 'lib/v20180606/models.rb', line 8939 def deserialize(params) @ResourceId = params['ResourceId'] @Resource = params['Resource'] @Value = params['Value'] @Percentage = params['Percentage'] @BillingValue = params['BillingValue'] @BillingPercentage = params['BillingPercentage'] end |