Class: TencentCloud::Essbasic::V20210526::UserFlowType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::UserFlowType
- Defined in:
- lib/v20210526/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.
13128 13129 13130 13131 13132 |
# File 'lib/v20210526/models.rb', line 13128 def initialize(userflowtypeid=nil, name=nil, description=nil) @UserFlowTypeId = userflowtypeid @Name = name @Description = description end |
Instance Attribute Details
#Description ⇒ Object
13126 13127 13128 |
# File 'lib/v20210526/models.rb', line 13126 def Description @Description end |
#Name ⇒ Object
13126 13127 13128 |
# File 'lib/v20210526/models.rb', line 13126 def Name @Name end |
#UserFlowTypeId ⇒ Object
13126 13127 13128 |
# File 'lib/v20210526/models.rb', line 13126 def UserFlowTypeId @UserFlowTypeId end |
Instance Method Details
#deserialize(params) ⇒ Object
13134 13135 13136 13137 13138 |
# File 'lib/v20210526/models.rb', line 13134 def deserialize(params) @UserFlowTypeId = params['UserFlowTypeId'] @Name = params['Name'] @Description = params['Description'] end |