Class: TencentCloud::Billing::V20180709::DescribeDosageDetailByDateRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeDosageDetailByDateRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeDosageDetailByDate请求参数结构体
Instance Attribute Summary collapse
-
#Domain ⇒ Object
仅支持以上产品 非CDN业务查询时传入空字符串,返回的值为空 2、如果传入实例名,则返回该实例明细.
-
#EndDate ⇒ Object
仅支持以上产品 非CDN业务查询时传入空字符串,返回的值为空 2、如果传入实例名,则返回该实例明细.
-
#InstanceID ⇒ Object
仅支持以上产品 非CDN业务查询时传入空字符串,返回的值为空 2、如果传入实例名,则返回该实例明细.
-
#PayerUin ⇒ Object
仅支持以上产品 非CDN业务查询时传入空字符串,返回的值为空 2、如果传入实例名,则返回该实例明细.
-
#ProductCode ⇒ Object
仅支持以上产品 非CDN业务查询时传入空字符串,返回的值为空 2、如果传入实例名,则返回该实例明细.
-
#StartDate ⇒ Object
仅支持以上产品 非CDN业务查询时传入空字符串,返回的值为空 2、如果传入实例名,则返回该实例明细.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(startdate = nil, enddate = nil, productcode = nil, domain = nil, instanceid = nil, payeruin = nil) ⇒ DescribeDosageDetailByDateRequest
constructor
A new instance of DescribeDosageDetailByDateRequest.
Constructor Details
#initialize(startdate = nil, enddate = nil, productcode = nil, domain = nil, instanceid = nil, payeruin = nil) ⇒ DescribeDosageDetailByDateRequest
9197 9198 9199 9200 9201 9202 9203 9204 |
# File 'lib/v20180709/models.rb', line 9197 def initialize(startdate=nil, enddate=nil, productcode=nil, domain=nil, instanceid=nil, payeruin=nil) @StartDate = startdate @EndDate = enddate @ProductCode = productcode @Domain = domain @InstanceID = instanceid @PayerUin = payeruin end |
Instance Attribute Details
#Domain ⇒ Object
仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细
9195 9196 9197 |
# File 'lib/v20180709/models.rb', line 9195 def Domain @Domain end |
#EndDate ⇒ Object
仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细
9195 9196 9197 |
# File 'lib/v20180709/models.rb', line 9195 def EndDate @EndDate end |
#InstanceID ⇒ Object
仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细
9195 9196 9197 |
# File 'lib/v20180709/models.rb', line 9195 def InstanceID @InstanceID end |
#PayerUin ⇒ Object
仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细
9195 9196 9197 |
# File 'lib/v20180709/models.rb', line 9195 def PayerUin @PayerUin end |
#ProductCode ⇒ Object
仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细
9195 9196 9197 |
# File 'lib/v20180709/models.rb', line 9195 def ProductCode @ProductCode end |
#StartDate ⇒ Object
仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细
9195 9196 9197 |
# File 'lib/v20180709/models.rb', line 9195 def StartDate @StartDate end |
Instance Method Details
#deserialize(params) ⇒ Object
9206 9207 9208 9209 9210 9211 9212 9213 |
# File 'lib/v20180709/models.rb', line 9206 def deserialize(params) @StartDate = params['StartDate'] @EndDate = params['EndDate'] @ProductCode = params['ProductCode'] @Domain = params['Domain'] @InstanceID = params['InstanceID'] @PayerUin = params['PayerUin'] end |