Class: TencentCloud::Ess::V20201111::CreateResultPageConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateResultPageConfig
- Defined in:
- lib/v20201111/models.rb
Overview
发起流程的可嵌入页面操作结果页配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, title = nil, description = nil) ⇒ CreateResultPageConfig
constructor
A new instance of CreateResultPageConfig.
Constructor Details
#initialize(type = nil, title = nil, description = nil) ⇒ CreateResultPageConfig
Returns a new instance of CreateResultPageConfig.
7364 7365 7366 7367 7368 |
# File 'lib/v20201111/models.rb', line 7364 def initialize(type=nil, title=nil, description=nil) @Type = type @Title = title @Description = description end |
Instance Attribute Details
#Description ⇒ Object
7362 7363 7364 |
# File 'lib/v20201111/models.rb', line 7362 def Description @Description end |
#Title ⇒ Object
7362 7363 7364 |
# File 'lib/v20201111/models.rb', line 7362 def Title @Title end |
#Type ⇒ Object
7362 7363 7364 |
# File 'lib/v20201111/models.rb', line 7362 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
7370 7371 7372 7373 7374 |
# File 'lib/v20201111/models.rb', line 7370 def deserialize(params) @Type = params['Type'] @Title = params['Title'] @Description = params['Description'] end |