Class: TencentCloud::Billing::V20180709::DescribeCostDetailRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeCostDetailRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeCostDetail请求参数结构体
Instance Attribute Summary collapse
-
#BeginTime ⇒ Object
1-表示需要, 0-表示不需要.
-
#EndTime ⇒ Object
1-表示需要, 0-表示不需要.
-
#Limit ⇒ Object
1-表示需要, 0-表示不需要.
-
#Month ⇒ Object
1-表示需要, 0-表示不需要.
-
#NeedRecordNum ⇒ Object
1-表示需要, 0-表示不需要.
-
#Offset ⇒ Object
1-表示需要, 0-表示不需要.
-
#PayMode ⇒ Object
1-表示需要, 0-表示不需要.
-
#ProductCode ⇒ Object
1-表示需要, 0-表示不需要.
-
#ResourceId ⇒ Object
1-表示需要, 0-表示不需要.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(limit = nil, offset = nil, begintime = nil, endtime = nil, needrecordnum = nil, month = nil, productcode = nil, paymode = nil, resourceid = nil) ⇒ DescribeCostDetailRequest
constructor
A new instance of DescribeCostDetailRequest.
Constructor Details
#initialize(limit = nil, offset = nil, begintime = nil, endtime = nil, needrecordnum = nil, month = nil, productcode = nil, paymode = nil, resourceid = nil) ⇒ DescribeCostDetailRequest
Returns a new instance of DescribeCostDetailRequest.
8409 8410 8411 8412 8413 8414 8415 8416 8417 8418 8419 |
# File 'lib/v20180709/models.rb', line 8409 def initialize(limit=nil, offset=nil, begintime=nil, endtime=nil, needrecordnum=nil, month=nil, productcode=nil, paymode=nil, resourceid=nil) @Limit = limit @Offset = offset @BeginTime = begintime @EndTime = endtime @NeedRecordNum = needrecordnum @Month = month @ProductCode = productcode @PayMode = paymode @ResourceId = resourceid end |
Instance Attribute Details
#BeginTime ⇒ Object
1-表示需要, 0-表示不需要
8407 8408 8409 |
# File 'lib/v20180709/models.rb', line 8407 def BeginTime @BeginTime end |
#EndTime ⇒ Object
1-表示需要, 0-表示不需要
8407 8408 8409 |
# File 'lib/v20180709/models.rb', line 8407 def EndTime @EndTime end |
#Limit ⇒ Object
1-表示需要, 0-表示不需要
8407 8408 8409 |
# File 'lib/v20180709/models.rb', line 8407 def Limit @Limit end |
#Month ⇒ Object
1-表示需要, 0-表示不需要
8407 8408 8409 |
# File 'lib/v20180709/models.rb', line 8407 def Month @Month end |
#NeedRecordNum ⇒ Object
1-表示需要, 0-表示不需要
8407 8408 8409 |
# File 'lib/v20180709/models.rb', line 8407 def NeedRecordNum @NeedRecordNum end |
#Offset ⇒ Object
1-表示需要, 0-表示不需要
8407 8408 8409 |
# File 'lib/v20180709/models.rb', line 8407 def Offset @Offset end |
#PayMode ⇒ Object
1-表示需要, 0-表示不需要
8407 8408 8409 |
# File 'lib/v20180709/models.rb', line 8407 def PayMode @PayMode end |
#ProductCode ⇒ Object
1-表示需要, 0-表示不需要
8407 8408 8409 |
# File 'lib/v20180709/models.rb', line 8407 def ProductCode @ProductCode end |
#ResourceId ⇒ Object
1-表示需要, 0-表示不需要
8407 8408 8409 |
# File 'lib/v20180709/models.rb', line 8407 def ResourceId @ResourceId end |
Instance Method Details
#deserialize(params) ⇒ Object
8421 8422 8423 8424 8425 8426 8427 8428 8429 8430 8431 |
# File 'lib/v20180709/models.rb', line 8421 def deserialize(params) @Limit = params['Limit'] @Offset = params['Offset'] @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @NeedRecordNum = params['NeedRecordNum'] @Month = params['Month'] @ProductCode = params['ProductCode'] @PayMode = params['PayMode'] @ResourceId = params['ResourceId'] end |