Class: TencentCloud::Billing::V20180709::DescribeBillListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeBillListRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeBillList请求参数结构体
Instance Attribute Summary collapse
-
#EndTime ⇒ Object
当所选的交易类型为扣费unblock时: other 第三方解冻;hour 按量解冻;month 按月解冻.
-
#Limit ⇒ Object
当所选的交易类型为扣费unblock时: other 第三方解冻;hour 按量解冻;month 按月解冻.
-
#Offset ⇒ Object
当所选的交易类型为扣费unblock时: other 第三方解冻;hour 按量解冻;month 按月解冻.
-
#PayType ⇒ Object
当所选的交易类型为扣费unblock时: other 第三方解冻;hour 按量解冻;month 按月解冻.
-
#StartTime ⇒ Object
当所选的交易类型为扣费unblock时: other 第三方解冻;hour 按量解冻;month 按月解冻.
-
#SubPayType ⇒ Object
当所选的交易类型为扣费unblock时: other 第三方解冻;hour 按量解冻;month 按月解冻.
-
#WithZeroAmount ⇒ Object
当所选的交易类型为扣费unblock时: other 第三方解冻;hour 按量解冻;month 按月解冻.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, offset = nil, limit = nil, paytype = nil, subpaytype = nil, withzeroamount = nil) ⇒ DescribeBillListRequest
constructor
A new instance of DescribeBillListRequest.
Constructor Details
#initialize(starttime = nil, endtime = nil, offset = nil, limit = nil, paytype = nil, subpaytype = nil, withzeroamount = nil) ⇒ DescribeBillListRequest
Returns a new instance of DescribeBillListRequest.
7439 7440 7441 7442 7443 7444 7445 7446 7447 |
# File 'lib/v20180709/models.rb', line 7439 def initialize(starttime=nil, endtime=nil, offset=nil, limit=nil, paytype=nil, subpaytype=nil, withzeroamount=nil) @StartTime = starttime @EndTime = endtime @Offset = offset @Limit = limit @PayType = paytype @SubPayType = subpaytype @WithZeroAmount = withzeroamount end |
Instance Attribute Details
#EndTime ⇒ Object
当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻
7437 7438 7439 |
# File 'lib/v20180709/models.rb', line 7437 def EndTime @EndTime end |
#Limit ⇒ Object
当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻
7437 7438 7439 |
# File 'lib/v20180709/models.rb', line 7437 def Limit @Limit end |
#Offset ⇒ Object
当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻
7437 7438 7439 |
# File 'lib/v20180709/models.rb', line 7437 def Offset @Offset end |
#PayType ⇒ Object
当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻
7437 7438 7439 |
# File 'lib/v20180709/models.rb', line 7437 def PayType @PayType end |
#StartTime ⇒ Object
当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻
7437 7438 7439 |
# File 'lib/v20180709/models.rb', line 7437 def StartTime @StartTime end |
#SubPayType ⇒ Object
当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻
7437 7438 7439 |
# File 'lib/v20180709/models.rb', line 7437 def SubPayType @SubPayType end |
#WithZeroAmount ⇒ Object
当所选的交易类型为扣费unblock时:other 第三方解冻;hour 按量解冻;month 按月解冻
7437 7438 7439 |
# File 'lib/v20180709/models.rb', line 7437 def WithZeroAmount @WithZeroAmount end |
Instance Method Details
#deserialize(params) ⇒ Object
7449 7450 7451 7452 7453 7454 7455 7456 7457 |
# File 'lib/v20180709/models.rb', line 7449 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Offset = params['Offset'] @Limit = params['Limit'] @PayType = params['PayType'] @SubPayType = params['SubPayType'] @WithZeroAmount = params['WithZeroAmount'] end |