Class: TencentCloud::Cwp::V20180228::DescribeLogStorageStatisticResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeLogStorageStatisticResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeLogStorageStatistic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalsize = nil, usedsize = nil, requestid = nil) ⇒ DescribeLogStorageStatisticResponse
constructor
A new instance of DescribeLogStorageStatisticResponse.
Constructor Details
#initialize(totalsize = nil, usedsize = nil, requestid = nil) ⇒ DescribeLogStorageStatisticResponse
Returns a new instance of DescribeLogStorageStatisticResponse.
16478 16479 16480 16481 16482 |
# File 'lib/v20180228/models.rb', line 16478 def initialize(totalsize=nil, usedsize=nil, requestid=nil) @TotalSize = totalsize @UsedSize = usedsize @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16476 16477 16478 |
# File 'lib/v20180228/models.rb', line 16476 def RequestId @RequestId end |
#TotalSize ⇒ Object
16476 16477 16478 |
# File 'lib/v20180228/models.rb', line 16476 def TotalSize @TotalSize end |
#UsedSize ⇒ Object
16476 16477 16478 |
# File 'lib/v20180228/models.rb', line 16476 def UsedSize @UsedSize end |
Instance Method Details
#deserialize(params) ⇒ Object
16484 16485 16486 16487 16488 |
# File 'lib/v20180228/models.rb', line 16484 def deserialize(params) @TotalSize = params['TotalSize'] @UsedSize = params['UsedSize'] @RequestId = params['RequestId'] end |