Class: TencentCloud::Ess::V20201111::MiniAppCreateFlowOption
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::MiniAppCreateFlowOption
- Defined in:
- lib/v20201111/models.rb
Overview
小程序发起合同可选项
Instance Attribute Summary collapse
-
#FlowDisplayType ⇒ Object
效果如下:
. -
#ForbidEditFlow ⇒ Object
效果如下:
. -
#NeedCreateReview ⇒ Object
效果如下:
. -
#RemindedOn ⇒ Object
效果如下:
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(remindedon = nil, needcreatereview = nil, flowdisplaytype = nil, forbideditflow = nil) ⇒ MiniAppCreateFlowOption
constructor
A new instance of MiniAppCreateFlowOption.
Constructor Details
#initialize(remindedon = nil, needcreatereview = nil, flowdisplaytype = nil, forbideditflow = nil) ⇒ MiniAppCreateFlowOption
Returns a new instance of MiniAppCreateFlowOption.
15010 15011 15012 15013 15014 15015 |
# File 'lib/v20201111/models.rb', line 15010 def initialize(remindedon=nil, needcreatereview=nil, flowdisplaytype=nil, forbideditflow=nil) @RemindedOn = remindedon @NeedCreateReview = needcreatereview @FlowDisplayType = flowdisplaytype @ForbidEditFlow = forbideditflow end |
Instance Attribute Details
#FlowDisplayType ⇒ Object
效果如下:
15008 15009 15010 |
# File 'lib/v20201111/models.rb', line 15008 def FlowDisplayType @FlowDisplayType end |
#ForbidEditFlow ⇒ Object
效果如下:
15008 15009 15010 |
# File 'lib/v20201111/models.rb', line 15008 def ForbidEditFlow @ForbidEditFlow end |
#NeedCreateReview ⇒ Object
效果如下:
15008 15009 15010 |
# File 'lib/v20201111/models.rb', line 15008 def NeedCreateReview @NeedCreateReview end |
#RemindedOn ⇒ Object
效果如下:
15008 15009 15010 |
# File 'lib/v20201111/models.rb', line 15008 def RemindedOn @RemindedOn end |
Instance Method Details
#deserialize(params) ⇒ Object
15017 15018 15019 15020 15021 15022 |
# File 'lib/v20201111/models.rb', line 15017 def deserialize(params) @RemindedOn = params['RemindedOn'] @NeedCreateReview = params['NeedCreateReview'] @FlowDisplayType = params['FlowDisplayType'] @ForbidEditFlow = params['ForbidEditFlow'] end |