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.



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

#InquireSizeObject

Parameters:

  • Month:

    年月份

  • UsedSize:

    存储量,字节

  • InquireSize:

    总量,字节



31074
31075
31076
# File 'lib/v20180228/models.rb', line 31074

def InquireSize
  @InquireSize
end

#MonthObject

Parameters:

  • Month:

    年月份

  • UsedSize:

    存储量,字节

  • InquireSize:

    总量,字节



31074
31075
31076
# File 'lib/v20180228/models.rb', line 31074

def Month
  @Month
end

#UsedSizeObject

Parameters:

  • Month:

    年月份

  • UsedSize:

    存储量,字节

  • InquireSize:

    总量,字节



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