Class: TencentCloud::Ess::V20201111::RemindFlowRecords
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::RemindFlowRecords
- Defined in:
- lib/v20201111/models.rb
Overview
催办接口返回的详细信息。
Instance Attribute Summary collapse
-
#CanRemind ⇒ Object
true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。.
-
#FlowId ⇒ Object
true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。.
-
#RemindMessage ⇒ Object
true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(canremind = nil, flowid = nil, remindmessage = nil) ⇒ RemindFlowRecords
constructor
A new instance of RemindFlowRecords.
Constructor Details
#initialize(canremind = nil, flowid = nil, remindmessage = nil) ⇒ RemindFlowRecords
Returns a new instance of RemindFlowRecords.
16881 16882 16883 16884 16885 |
# File 'lib/v20201111/models.rb', line 16881 def initialize(canremind=nil, flowid=nil, =nil) @CanRemind = canremind @FlowId = flowid @RemindMessage = end |
Instance Attribute Details
#CanRemind ⇒ Object
true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
16879 16880 16881 |
# File 'lib/v20201111/models.rb', line 16879 def CanRemind @CanRemind end |
#FlowId ⇒ Object
true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
16879 16880 16881 |
# File 'lib/v20201111/models.rb', line 16879 def FlowId @FlowId end |
#RemindMessage ⇒ Object
true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
16879 16880 16881 |
# File 'lib/v20201111/models.rb', line 16879 def RemindMessage @RemindMessage end |
Instance Method Details
#deserialize(params) ⇒ Object
16887 16888 16889 16890 16891 |
# File 'lib/v20201111/models.rb', line 16887 def deserialize(params) @CanRemind = params['CanRemind'] @FlowId = params['FlowId'] @RemindMessage = params['RemindMessage'] end |