Class: TencentCloud::Essbasic::V20201222::FlowInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20201222::FlowInfo
- Defined in:
- lib/v20201222/models.rb
Overview
此结构体 (FlowInfo) 用于描述流程信息。
Instance Attribute Summary collapse
-
#CallbackUrl ⇒ Object
-
#Deadline ⇒ Object
-
#FlowDescription ⇒ Object
-
#FlowName ⇒ Object
-
#FlowType ⇒ Object
-
#UserData ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowname = nil, deadline = nil, flowdescription = nil, flowtype = nil, callbackurl = nil, userdata = nil) ⇒ FlowInfo
constructor
A new instance of FlowInfo.
Constructor Details
#initialize(flowname = nil, deadline = nil, flowdescription = nil, flowtype = nil, callbackurl = nil, userdata = nil) ⇒ FlowInfo
Returns a new instance of FlowInfo.
3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'lib/v20201222/models.rb', line 3099 def initialize(flowname=nil, deadline=nil, flowdescription=nil, flowtype=nil, callbackurl=nil, userdata=nil) @FlowName = flowname @Deadline = deadline @FlowDescription = flowdescription @FlowType = flowtype @CallbackUrl = callbackurl @UserData = userdata end |
Instance Attribute Details
#CallbackUrl ⇒ Object
- “劳务”
- “销售”
- “租赁”
- “其他”
3097 3098 3099 |
# File 'lib/v20201222/models.rb', line 3097 def CallbackUrl @CallbackUrl end |
#Deadline ⇒ Object
- “劳务”
- “销售”
- “租赁”
- “其他”
3097 3098 3099 |
# File 'lib/v20201222/models.rb', line 3097 def Deadline @Deadline end |
#FlowDescription ⇒ Object
- “劳务”
- “销售”
- “租赁”
- “其他”
3097 3098 3099 |
# File 'lib/v20201222/models.rb', line 3097 def FlowDescription @FlowDescription end |
#FlowName ⇒ Object
- “劳务”
- “销售”
- “租赁”
- “其他”
3097 3098 3099 |
# File 'lib/v20201222/models.rb', line 3097 def FlowName @FlowName end |
#FlowType ⇒ Object
- “劳务”
- “销售”
- “租赁”
- “其他”
3097 3098 3099 |
# File 'lib/v20201222/models.rb', line 3097 def FlowType @FlowType end |
#UserData ⇒ Object
- “劳务”
- “销售”
- “租赁”
- “其他”
3097 3098 3099 |
# File 'lib/v20201222/models.rb', line 3097 def UserData @UserData end |
Instance Method Details
#deserialize(params) ⇒ Object
3108 3109 3110 3111 3112 3113 3114 3115 |
# File 'lib/v20201222/models.rb', line 3108 def deserialize(params) @FlowName = params['FlowName'] @Deadline = params['Deadline'] @FlowDescription = params['FlowDescription'] @FlowType = params['FlowType'] @CallbackUrl = params['CallbackUrl'] @UserData = params['UserData'] end |