Class: TencentCloud::Ess::V20201111::MiniAppCreateFlowOption

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201111/models.rb

Overview

小程序发起合同可选项

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FlowDisplayTypeObject

效果如下:ForbidEditFlow



15008
15009
15010
# File 'lib/v20201111/models.rb', line 15008

def FlowDisplayType
  @FlowDisplayType
end

#ForbidEditFlowObject

效果如下:ForbidEditFlow



15008
15009
15010
# File 'lib/v20201111/models.rb', line 15008

def ForbidEditFlow
  @ForbidEditFlow
end

#NeedCreateReviewObject

效果如下:ForbidEditFlow



15008
15009
15010
# File 'lib/v20201111/models.rb', line 15008

def NeedCreateReview
  @NeedCreateReview
end

#RemindedOnObject

效果如下:ForbidEditFlow



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