Class: TencentCloud::Ess::V20201111::TemplateUserFlowType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::TemplateUserFlowType
- Defined in:
- lib/v20201111/models.rb
Overview
模板对应的合同类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(userflowtypeid = nil, name = nil, description = nil, templatenum = nil) ⇒ TemplateUserFlowType
constructor
A new instance of TemplateUserFlowType.
Constructor Details
#initialize(userflowtypeid = nil, name = nil, description = nil, templatenum = nil) ⇒ TemplateUserFlowType
Returns a new instance of TemplateUserFlowType.
17803 17804 17805 17806 17807 17808 |
# File 'lib/v20201111/models.rb', line 17803 def initialize(userflowtypeid=nil, name=nil, description=nil, templatenum=nil) @UserFlowTypeId = userflowtypeid @Name = name @Description = description @TemplateNum = templatenum end |
Instance Attribute Details
#Description ⇒ Object
17801 17802 17803 |
# File 'lib/v20201111/models.rb', line 17801 def Description @Description end |
#Name ⇒ Object
17801 17802 17803 |
# File 'lib/v20201111/models.rb', line 17801 def Name @Name end |
#TemplateNum ⇒ Object
17801 17802 17803 |
# File 'lib/v20201111/models.rb', line 17801 def TemplateNum @TemplateNum end |
#UserFlowTypeId ⇒ Object
17801 17802 17803 |
# File 'lib/v20201111/models.rb', line 17801 def UserFlowTypeId @UserFlowTypeId end |
Instance Method Details
#deserialize(params) ⇒ Object
17810 17811 17812 17813 17814 17815 |
# File 'lib/v20201111/models.rb', line 17810 def deserialize(params) @UserFlowTypeId = params['UserFlowTypeId'] @Name = params['Name'] @Description = params['Description'] @TemplateNum = params['TemplateNum'] end |