Class: TencentCloud::Cwp::V20180228::DescribeLogStorageConfigResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeLogStorageConfigResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeLogStorageConfig返回参数结构体
Instance Attribute Summary collapse
- #Granularity ⇒ Object
- #Period ⇒ Object
- #PeriodModifyCount ⇒ Object
- #RequestId ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, period = nil, periodmodifycount = nil, granularity = nil, requestid = nil) ⇒ DescribeLogStorageConfigResponse
constructor
A new instance of DescribeLogStorageConfigResponse.
Constructor Details
#initialize(type = nil, period = nil, periodmodifycount = nil, granularity = nil, requestid = nil) ⇒ DescribeLogStorageConfigResponse
Returns a new instance of DescribeLogStorageConfigResponse.
16682 16683 16684 16685 16686 16687 16688 |
# File 'lib/v20180228/models.rb', line 16682 def initialize(type=nil, period=nil, periodmodifycount=nil, granularity=nil, requestid=nil) @Type = type @Period = period @PeriodModifyCount = periodmodifycount @Granularity = granularity @RequestId = requestid end |
Instance Attribute Details
#Granularity ⇒ Object
16680 16681 16682 |
# File 'lib/v20180228/models.rb', line 16680 def Granularity @Granularity end |
#Period ⇒ Object
16680 16681 16682 |
# File 'lib/v20180228/models.rb', line 16680 def Period @Period end |
#PeriodModifyCount ⇒ Object
16680 16681 16682 |
# File 'lib/v20180228/models.rb', line 16680 def PeriodModifyCount @PeriodModifyCount end |
#RequestId ⇒ Object
16680 16681 16682 |
# File 'lib/v20180228/models.rb', line 16680 def RequestId @RequestId end |
#Type ⇒ Object
16680 16681 16682 |
# File 'lib/v20180228/models.rb', line 16680 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
16690 16691 16692 16693 16694 16695 16696 |
# File 'lib/v20180228/models.rb', line 16690 def deserialize(params) @Type = params['Type'] @Period = params['Period'] @PeriodModifyCount = params['PeriodModifyCount'] @Granularity = params['Granularity'] @RequestId = params['RequestId'] end |