Class: TencentCloud::Bi::V20220105::ExportScreenPageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bi::V20220105::ExportScreenPageRequest
- Defined in:
- lib/v20220105/models.rb
Overview
ExportScreenPage请求参数结构体
Instance Attribute Summary collapse
- #AsyncRequest ⇒ Object
- #CanvasType ⇒ Object
- #PageId ⇒ Object
- #PicType ⇒ Object
- #ProjectId ⇒ Object
- #TranId ⇒ Object
- #WidgetIds ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, pageid = nil, canvastype = nil, pictype = nil, widgetids = nil, asyncrequest = nil, tranid = nil) ⇒ ExportScreenPageRequest
constructor
A new instance of ExportScreenPageRequest.
Constructor Details
#initialize(projectid = nil, pageid = nil, canvastype = nil, pictype = nil, widgetids = nil, asyncrequest = nil, tranid = nil) ⇒ ExportScreenPageRequest
Returns a new instance of ExportScreenPageRequest.
2518 2519 2520 2521 2522 2523 2524 2525 2526 |
# File 'lib/v20220105/models.rb', line 2518 def initialize(projectid=nil, pageid=nil, canvastype=nil, pictype=nil, =nil, asyncrequest=nil, tranid=nil) @ProjectId = projectid @PageId = pageid @CanvasType = canvastype @PicType = pictype @WidgetIds = @AsyncRequest = asyncrequest @TranId = tranid end |
Instance Attribute Details
#AsyncRequest ⇒ Object
2516 2517 2518 |
# File 'lib/v20220105/models.rb', line 2516 def AsyncRequest @AsyncRequest end |
#CanvasType ⇒ Object
2516 2517 2518 |
# File 'lib/v20220105/models.rb', line 2516 def CanvasType @CanvasType end |
#PageId ⇒ Object
2516 2517 2518 |
# File 'lib/v20220105/models.rb', line 2516 def PageId @PageId end |
#PicType ⇒ Object
2516 2517 2518 |
# File 'lib/v20220105/models.rb', line 2516 def PicType @PicType end |
#ProjectId ⇒ Object
2516 2517 2518 |
# File 'lib/v20220105/models.rb', line 2516 def ProjectId @ProjectId end |
#TranId ⇒ Object
2516 2517 2518 |
# File 'lib/v20220105/models.rb', line 2516 def TranId @TranId end |
#WidgetIds ⇒ Object
2516 2517 2518 |
# File 'lib/v20220105/models.rb', line 2516 def WidgetIds @WidgetIds end |
Instance Method Details
#deserialize(params) ⇒ Object
2528 2529 2530 2531 2532 2533 2534 2535 2536 |
# File 'lib/v20220105/models.rb', line 2528 def deserialize(params) @ProjectId = params['ProjectId'] @PageId = params['PageId'] @CanvasType = params['CanvasType'] @PicType = params['PicType'] @WidgetIds = params['WidgetIds'] @AsyncRequest = params['AsyncRequest'] @TranId = params['TranId'] end |