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.
3067 3068 3069 3070 3071 3072 3073 |
# File 'lib/v20190904/models.rb', line 3067 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
3065 3066 3067 |
# File 'lib/v20190904/models.rb', line 3065 def EndTime @EndTime end |
#QueryType ⇒ Object
3065 3066 3067 |
# File 'lib/v20190904/models.rb', line 3065 def QueryType @QueryType end |
#SearchValue ⇒ Object
3065 3066 3067 |
# File 'lib/v20190904/models.rb', line 3065 def SearchValue @SearchValue end |
#StartTime ⇒ Object
3065 3066 3067 |
# File 'lib/v20190904/models.rb', line 3065 def StartTime @StartTime end |
#Top ⇒ Object
3065 3066 3067 |
# File 'lib/v20190904/models.rb', line 3065 def Top @Top end |
Instance Method Details
#deserialize(params) ⇒ Object
3075 3076 3077 3078 3079 3080 3081 |
# File 'lib/v20190904/models.rb', line 3075 def deserialize(params) @EndTime = params['EndTime'] @QueryType = params['QueryType'] @StartTime = params['StartTime'] @Top = params['Top'] @SearchValue = params['SearchValue'] end |