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.
13169 13170 13171 13172 13173 13174 13175 13176 13177 |
# File 'lib/v20180228/models.rb', line 13169 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
13167 13168 13169 |
# File 'lib/v20180228/models.rb', line 13167 def BaselineId @BaselineId end |
#Level ⇒ Object
13167 13168 13169 |
# File 'lib/v20180228/models.rb', line 13167 def Level @Level end |
#Limit ⇒ Object
13167 13168 13169 |
# File 'lib/v20180228/models.rb', line 13167 def Limit @Limit end |
#Offset ⇒ Object
13167 13168 13169 |
# File 'lib/v20180228/models.rb', line 13167 def Offset @Offset end |
#Quuid ⇒ Object
13167 13168 13169 |
# File 'lib/v20180228/models.rb', line 13167 def Quuid @Quuid end |
#Status ⇒ Object
13167 13168 13169 |
# File 'lib/v20180228/models.rb', line 13167 def Status @Status end |
#Uuid ⇒ Object
13167 13168 13169 |
# File 'lib/v20180228/models.rb', line 13167 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
13179 13180 13181 13182 13183 13184 13185 13186 13187 |
# File 'lib/v20180228/models.rb', line 13179 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 |