Class: TencentCloud::Waf::V20180125::CreateAccessExportRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::CreateAccessExportRequest
- Defined in:
- lib/v20180125/models.rb
Overview
CreateAccessExport请求参数结构体
Instance Attribute Summary collapse
- #Count ⇒ Object
- #Format ⇒ Object
- #From ⇒ Object
- #Order ⇒ Object
- #Query ⇒ Object
- #To ⇒ Object
- #TopicId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, from = nil, to = nil, query = nil, count = nil, format = nil, order = nil) ⇒ CreateAccessExportRequest
constructor
A new instance of CreateAccessExportRequest.
Constructor Details
#initialize(topicid = nil, from = nil, to = nil, query = nil, count = nil, format = nil, order = nil) ⇒ CreateAccessExportRequest
Returns a new instance of CreateAccessExportRequest.
3379 3380 3381 3382 3383 3384 3385 3386 3387 |
# File 'lib/v20180125/models.rb', line 3379 def initialize(topicid=nil, from=nil, to=nil, query=nil, count=nil, format=nil, order=nil) @TopicId = topicid @From = from @To = to @Query = query @Count = count @Format = format @Order = order end |
Instance Attribute Details
#Count ⇒ Object
3377 3378 3379 |
# File 'lib/v20180125/models.rb', line 3377 def Count @Count end |
#Format ⇒ Object
3377 3378 3379 |
# File 'lib/v20180125/models.rb', line 3377 def Format @Format end |
#From ⇒ Object
3377 3378 3379 |
# File 'lib/v20180125/models.rb', line 3377 def From @From end |
#Order ⇒ Object
3377 3378 3379 |
# File 'lib/v20180125/models.rb', line 3377 def Order @Order end |
#Query ⇒ Object
3377 3378 3379 |
# File 'lib/v20180125/models.rb', line 3377 def Query @Query end |
#To ⇒ Object
3377 3378 3379 |
# File 'lib/v20180125/models.rb', line 3377 def To @To end |
#TopicId ⇒ Object
3377 3378 3379 |
# File 'lib/v20180125/models.rb', line 3377 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
3389 3390 3391 3392 3393 3394 3395 3396 3397 |
# File 'lib/v20180125/models.rb', line 3389 def deserialize(params) @TopicId = params['TopicId'] @From = params['From'] @To = params['To'] @Query = params['Query'] @Count = params['Count'] @Format = params['Format'] @Order = params['Order'] end |