Class: TencentCloud::Essbasic::V20210526::TemplateUserFlowType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::TemplateUserFlowType
- Defined in:
- lib/v20210526/models.rb
Overview
模板对应的合同类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(userflowtypeid = nil, name = nil, templatenum = nil, description = nil) ⇒ TemplateUserFlowType
constructor
A new instance of TemplateUserFlowType.
Constructor Details
#initialize(userflowtypeid = nil, name = nil, templatenum = nil, description = nil) ⇒ TemplateUserFlowType
Returns a new instance of TemplateUserFlowType.
12959 12960 12961 12962 12963 12964 |
# File 'lib/v20210526/models.rb', line 12959 def initialize(userflowtypeid=nil, name=nil, templatenum=nil, description=nil) @UserFlowTypeId = userflowtypeid @Name = name @TemplateNum = templatenum @Description = description end |
Instance Attribute Details
#Description ⇒ Object
12957 12958 12959 |
# File 'lib/v20210526/models.rb', line 12957 def Description @Description end |
#Name ⇒ Object
12957 12958 12959 |
# File 'lib/v20210526/models.rb', line 12957 def Name @Name end |
#TemplateNum ⇒ Object
12957 12958 12959 |
# File 'lib/v20210526/models.rb', line 12957 def TemplateNum @TemplateNum end |
#UserFlowTypeId ⇒ Object
12957 12958 12959 |
# File 'lib/v20210526/models.rb', line 12957 def UserFlowTypeId @UserFlowTypeId end |
Instance Method Details
#deserialize(params) ⇒ Object
12966 12967 12968 12969 12970 12971 |
# File 'lib/v20210526/models.rb', line 12966 def deserialize(params) @UserFlowTypeId = params['UserFlowTypeId'] @Name = params['Name'] @TemplateNum = params['TemplateNum'] @Description = params['Description'] end |