Class: TencentCloud::Cwp::V20180228::DescribeBaselineRuleRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeBaselineRuleRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeBaselineRule请求参数结构体
Instance Attribute Summary collapse
- #BaselineId ⇒ Object
- #Level ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #Quuid ⇒ Object
- #Status ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(baselineid = nil, limit = nil, offset = nil, level = nil, status = nil, quuid = nil, uuid = nil) ⇒ DescribeBaselineRuleRequest
constructor
A new instance of DescribeBaselineRuleRequest.
Constructor Details
#initialize(baselineid = nil, limit = nil, offset = nil, level = nil, status = nil, quuid = nil, uuid = nil) ⇒ DescribeBaselineRuleRequest
Returns a new instance of DescribeBaselineRuleRequest.
13090 13091 13092 13093 13094 13095 13096 13097 13098 |
# File 'lib/v20180228/models.rb', line 13090 def initialize(baselineid=nil, limit=nil, offset=nil, level=nil, status=nil, quuid=nil, uuid=nil) @BaselineId = baselineid @Limit = limit @Offset = offset @Level = level @Status = status @Quuid = quuid @Uuid = uuid end |
Instance Attribute Details
#BaselineId ⇒ Object
13088 13089 13090 |
# File 'lib/v20180228/models.rb', line 13088 def BaselineId @BaselineId end |
#Level ⇒ Object
13088 13089 13090 |
# File 'lib/v20180228/models.rb', line 13088 def Level @Level end |
#Limit ⇒ Object
13088 13089 13090 |
# File 'lib/v20180228/models.rb', line 13088 def Limit @Limit end |
#Offset ⇒ Object
13088 13089 13090 |
# File 'lib/v20180228/models.rb', line 13088 def Offset @Offset end |
#Quuid ⇒ Object
13088 13089 13090 |
# File 'lib/v20180228/models.rb', line 13088 def Quuid @Quuid end |
#Status ⇒ Object
13088 13089 13090 |
# File 'lib/v20180228/models.rb', line 13088 def Status @Status end |
#Uuid ⇒ Object
13088 13089 13090 |
# File 'lib/v20180228/models.rb', line 13088 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
13100 13101 13102 13103 13104 13105 13106 13107 13108 |
# File 'lib/v20180228/models.rb', line 13100 def deserialize(params) @BaselineId = params['BaselineId'] @Limit = params['Limit'] @Offset = params['Offset'] @Level = params['Level'] @Status = params['Status'] @Quuid = params['Quuid'] @Uuid = params['Uuid'] end |