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.
16401 16402 16403 16404 16405 16406 16407 |
# File 'lib/v20180228/models.rb', line 16401 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
16399 16400 16401 |
# File 'lib/v20180228/models.rb', line 16399 def Granularity @Granularity end |
#Period ⇒ Object
16399 16400 16401 |
# File 'lib/v20180228/models.rb', line 16399 def Period @Period end |
#PeriodModifyCount ⇒ Object
16399 16400 16401 |
# File 'lib/v20180228/models.rb', line 16399 def PeriodModifyCount @PeriodModifyCount end |
#RequestId ⇒ Object
16399 16400 16401 |
# File 'lib/v20180228/models.rb', line 16399 def RequestId @RequestId end |
#Type ⇒ Object
16399 16400 16401 |
# File 'lib/v20180228/models.rb', line 16399 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
16409 16410 16411 16412 16413 16414 16415 |
# File 'lib/v20180228/models.rb', line 16409 def deserialize(params) @Type = params['Type'] @Period = params['Period'] @PeriodModifyCount = params['PeriodModifyCount'] @Granularity = params['Granularity'] @RequestId = params['RequestId'] end |