Class: TencentCloud::Ess::V20201111::UserFlowType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::UserFlowType
- 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) ⇒ UserFlowType
constructor
A new instance of UserFlowType.
Constructor Details
#initialize(userflowtypeid = nil, name = nil, description = nil) ⇒ UserFlowType
Returns a new instance of UserFlowType.
18110 18111 18112 18113 18114 |
# File 'lib/v20201111/models.rb', line 18110 def initialize(userflowtypeid=nil, name=nil, description=nil) @UserFlowTypeId = userflowtypeid @Name = name @Description = description end |
Instance Attribute Details
#Description ⇒ Object
18108 18109 18110 |
# File 'lib/v20201111/models.rb', line 18108 def Description @Description end |
#Name ⇒ Object
18108 18109 18110 |
# File 'lib/v20201111/models.rb', line 18108 def Name @Name end |
#UserFlowTypeId ⇒ Object
18108 18109 18110 |
# File 'lib/v20201111/models.rb', line 18108 def UserFlowTypeId @UserFlowTypeId end |
Instance Method Details
#deserialize(params) ⇒ Object
18116 18117 18118 18119 18120 |
# File 'lib/v20201111/models.rb', line 18116 def deserialize(params) @UserFlowTypeId = params['UserFlowTypeId'] @Name = params['Name'] @Description = params['Description'] end |