Class: TencentCloud::Billing::V20180709::DescribeDosageDetailByDateRequest

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

Overview

DescribeDosageDetailByDate请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DomainObject

仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细



9195
9196
9197
# File 'lib/v20180709/models.rb', line 9195

def Domain
  @Domain
end

#EndDateObject

仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细



9195
9196
9197
# File 'lib/v20180709/models.rb', line 9195

def EndDate
  @EndDate
end

#InstanceIDObject

仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细



9195
9196
9197
# File 'lib/v20180709/models.rb', line 9195

def InstanceID
  @InstanceID
end

#PayerUinObject

仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细



9195
9196
9197
# File 'lib/v20180709/models.rb', line 9195

def PayerUin
  @PayerUin
end

#ProductCodeObject

仅支持以上产品非CDN业务查询时传入空字符串,返回的值为空2、如果传入实例名,则返回该实例明细



9195
9196
9197
# File 'lib/v20180709/models.rb', line 9195

def ProductCode
  @ProductCode
end

#StartDateObject

仅支持以上产品非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