Class: TencentCloud::Cfw::V20190904::DescribeBlockStaticListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeBlockStaticListRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeBlockStaticList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(endtime = nil, querytype = nil, starttime = nil, top = nil, searchvalue = nil) ⇒ DescribeBlockStaticListRequest
constructor
A new instance of DescribeBlockStaticListRequest.
Constructor Details
#initialize(endtime = nil, querytype = nil, starttime = nil, top = nil, searchvalue = nil) ⇒ DescribeBlockStaticListRequest
Returns a new instance of DescribeBlockStaticListRequest.
3186 3187 3188 3189 3190 3191 3192 |
# File 'lib/v20190904/models.rb', line 3186 def initialize(endtime=nil, querytype=nil, starttime=nil, top=nil, searchvalue=nil) @EndTime = endtime @QueryType = querytype @StartTime = starttime @Top = top @SearchValue = searchvalue end |
Instance Attribute Details
#EndTime ⇒ Object
3184 3185 3186 |
# File 'lib/v20190904/models.rb', line 3184 def EndTime @EndTime end |
#QueryType ⇒ Object
3184 3185 3186 |
# File 'lib/v20190904/models.rb', line 3184 def QueryType @QueryType end |
#SearchValue ⇒ Object
3184 3185 3186 |
# File 'lib/v20190904/models.rb', line 3184 def SearchValue @SearchValue end |
#StartTime ⇒ Object
3184 3185 3186 |
# File 'lib/v20190904/models.rb', line 3184 def StartTime @StartTime end |
#Top ⇒ Object
3184 3185 3186 |
# File 'lib/v20190904/models.rb', line 3184 def Top @Top end |
Instance Method Details
#deserialize(params) ⇒ Object
3194 3195 3196 3197 3198 3199 3200 |
# File 'lib/v20190904/models.rb', line 3194 def deserialize(params) @EndTime = params['EndTime'] @QueryType = params['QueryType'] @StartTime = params['StartTime'] @Top = params['Top'] @SearchValue = params['SearchValue'] end |