Class: TencentCloud::Weilingwith::V20230427::DescribeEventListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DescribeEventListRequest
- Defined in:
- lib/v20230427/models.rb
Overview
DescribeEventList请求参数结构体
Instance Attribute Summary collapse
- #ApplicationToken ⇒ Object
- #IdSet ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #TriggerType ⇒ Object
- #WorkspaceId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workspaceid = nil, pagenumber = nil, pagesize = nil, applicationtoken = nil, triggertype = nil, idset = nil) ⇒ DescribeEventListRequest
constructor
A new instance of DescribeEventListRequest.
Constructor Details
#initialize(workspaceid = nil, pagenumber = nil, pagesize = nil, applicationtoken = nil, triggertype = nil, idset = nil) ⇒ DescribeEventListRequest
Returns a new instance of DescribeEventListRequest.
3276 3277 3278 3279 3280 3281 3282 3283 |
# File 'lib/v20230427/models.rb', line 3276 def initialize(workspaceid=nil, pagenumber=nil, pagesize=nil, applicationtoken=nil, triggertype=nil, idset=nil) @WorkspaceId = workspaceid @PageNumber = pagenumber @PageSize = pagesize @ApplicationToken = applicationtoken @TriggerType = triggertype @IdSet = idset end |
Instance Attribute Details
#ApplicationToken ⇒ Object
3274 3275 3276 |
# File 'lib/v20230427/models.rb', line 3274 def ApplicationToken @ApplicationToken end |
#IdSet ⇒ Object
3274 3275 3276 |
# File 'lib/v20230427/models.rb', line 3274 def IdSet @IdSet end |
#PageNumber ⇒ Object
3274 3275 3276 |
# File 'lib/v20230427/models.rb', line 3274 def PageNumber @PageNumber end |
#PageSize ⇒ Object
3274 3275 3276 |
# File 'lib/v20230427/models.rb', line 3274 def PageSize @PageSize end |
#TriggerType ⇒ Object
3274 3275 3276 |
# File 'lib/v20230427/models.rb', line 3274 def TriggerType @TriggerType end |
#WorkspaceId ⇒ Object
3274 3275 3276 |
# File 'lib/v20230427/models.rb', line 3274 def WorkspaceId @WorkspaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
3285 3286 3287 3288 3289 3290 3291 3292 |
# File 'lib/v20230427/models.rb', line 3285 def deserialize(params) @WorkspaceId = params['WorkspaceId'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @ApplicationToken = params['ApplicationToken'] @TriggerType = params['TriggerType'] @IdSet = params['IdSet'] end |