Class: TencentCloud::Cwp::V20180228::LogStorageRecord
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::LogStorageRecord
- Defined in:
- lib/v20180228/models.rb
Overview
日志存储量记录
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(month = nil, usedsize = nil, inquiresize = nil) ⇒ LogStorageRecord
constructor
A new instance of LogStorageRecord.
Constructor Details
#initialize(month = nil, usedsize = nil, inquiresize = nil) ⇒ LogStorageRecord
Returns a new instance of LogStorageRecord.
31076 31077 31078 31079 31080 |
# File 'lib/v20180228/models.rb', line 31076 def initialize(month=nil, usedsize=nil, inquiresize=nil) @Month = month @UsedSize = usedsize @InquireSize = inquiresize end |
Instance Attribute Details
#InquireSize ⇒ Object
31074 31075 31076 |
# File 'lib/v20180228/models.rb', line 31074 def InquireSize @InquireSize end |
#Month ⇒ Object
31074 31075 31076 |
# File 'lib/v20180228/models.rb', line 31074 def Month @Month end |
#UsedSize ⇒ Object
31074 31075 31076 |
# File 'lib/v20180228/models.rb', line 31074 def UsedSize @UsedSize end |
Instance Method Details
#deserialize(params) ⇒ Object
31082 31083 31084 31085 31086 |
# File 'lib/v20180228/models.rb', line 31082 def deserialize(params) @Month = params['Month'] @UsedSize = params['UsedSize'] @InquireSize = params['InquireSize'] end |