Class: TencentCloud::Essbasic::V20210526::CreateResultPageConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::CreateResultPageConfig
- Defined in:
- lib/v20210526/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.
7174 7175 7176 7177 7178 |
# File 'lib/v20210526/models.rb', line 7174 def initialize(type=nil, title=nil, description=nil) @Type = type @Title = title @Description = description end |
Instance Attribute Details
#Description ⇒ Object
7172 7173 7174 |
# File 'lib/v20210526/models.rb', line 7172 def Description @Description end |
#Title ⇒ Object
7172 7173 7174 |
# File 'lib/v20210526/models.rb', line 7172 def Title @Title end |
#Type ⇒ Object
7172 7173 7174 |
# File 'lib/v20210526/models.rb', line 7172 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
7180 7181 7182 7183 7184 |
# File 'lib/v20210526/models.rb', line 7180 def deserialize(params) @Type = params['Type'] @Title = params['Title'] @Description = params['Description'] end |