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.
16759 16760 16761 16762 16763 |
# File 'lib/v20180228/models.rb', line 16759 def initialize(totalsize=nil, usedsize=nil, requestid=nil) @TotalSize = totalsize @UsedSize = usedsize @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16757 16758 16759 |
# File 'lib/v20180228/models.rb', line 16757 def RequestId @RequestId end |
#TotalSize ⇒ Object
16757 16758 16759 |
# File 'lib/v20180228/models.rb', line 16757 def TotalSize @TotalSize end |
#UsedSize ⇒ Object
16757 16758 16759 |
# File 'lib/v20180228/models.rb', line 16757 def UsedSize @UsedSize end |
Instance Method Details
#deserialize(params) ⇒ Object
16765 16766 16767 16768 16769 |
# File 'lib/v20180228/models.rb', line 16765 def deserialize(params) @TotalSize = params['TotalSize'] @UsedSize = params['UsedSize'] @RequestId = params['RequestId'] end |