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.
2050 2051 2052 2053 2054 2055 2056 2057 2058 |
# File 'lib/v20180125/models.rb', line 2050 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
2048 2049 2050 |
# File 'lib/v20180125/models.rb', line 2048 def Count @Count end |
#Format ⇒ Object
2048 2049 2050 |
# File 'lib/v20180125/models.rb', line 2048 def Format @Format end |
#From ⇒ Object
2048 2049 2050 |
# File 'lib/v20180125/models.rb', line 2048 def From @From end |
#Order ⇒ Object
2048 2049 2050 |
# File 'lib/v20180125/models.rb', line 2048 def Order @Order end |
#Query ⇒ Object
2048 2049 2050 |
# File 'lib/v20180125/models.rb', line 2048 def Query @Query end |
#To ⇒ Object
2048 2049 2050 |
# File 'lib/v20180125/models.rb', line 2048 def To @To end |
#TopicId ⇒ Object
2048 2049 2050 |
# File 'lib/v20180125/models.rb', line 2048 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
2060 2061 2062 2063 2064 2065 2066 2067 2068 |
# File 'lib/v20180125/models.rb', line 2060 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 |