Class: TencentCloud::Cwp::V20180228::LogStorageRecord

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

日志存储量记录

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(month = nil, usedsize = nil, inquiresize = nil) ⇒ LogStorageRecord

Returns a new instance of LogStorageRecord.



30625
30626
30627
30628
30629
# File 'lib/v20180228/models.rb', line 30625

def initialize(month=nil, usedsize=nil, inquiresize=nil)
  @Month = month
  @UsedSize = usedsize
  @InquireSize = inquiresize
end

Instance Attribute Details

#InquireSizeObject

Parameters:

  • 年月份

  • 存储量,字节

  • 总量,字节



30623
30624
30625
# File 'lib/v20180228/models.rb', line 30623

def InquireSize
  @InquireSize
end

#MonthObject

Parameters:

  • 年月份

  • 存储量,字节

  • 总量,字节



30623
30624
30625
# File 'lib/v20180228/models.rb', line 30623

def Month
  @Month
end

#UsedSizeObject

Parameters:

  • 年月份

  • 存储量,字节

  • 总量,字节



30623
30624
30625
# File 'lib/v20180228/models.rb', line 30623

def UsedSize
  @UsedSize
end

Instance Method Details

#deserialize(params) ⇒ Object



30631
30632
30633
30634
30635
# File 'lib/v20180228/models.rb', line 30631

def deserialize(params)
  @Month = params['Month']
  @UsedSize = params['UsedSize']
  @InquireSize = params['InquireSize']
end