Class: TencentCloud::Essbasic::V20210526::JumpEvent
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::JumpEvent
- Defined in:
- lib/v20210526/models.rb
Overview
跳转事件的结构体,其中包括认证期间收录,授权书审核,企业认证的回跳事件。
Instance Attribute Summary collapse
-
#JumpEventType ⇒ Object
- 1 - 企业收录。 * 2 - 超管授权书审核。 * 3 - 认证完成。 Endpoint如果是APP 类型,请传递"true" 如果 Endpoint 是 H5 类型,请参考文档跳转电子签H5 p.s.
-
#JumpUrl ⇒ Object
- 1 - 企业收录。 * 2 - 超管授权书审核。 * 3 - 认证完成。 Endpoint如果是APP 类型,请传递"true" 如果 Endpoint 是 H5 类型,请参考文档跳转电子签H5 p.s.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jumpeventtype = nil, jumpurl = nil) ⇒ JumpEvent
constructor
A new instance of JumpEvent.
Constructor Details
#initialize(jumpeventtype = nil, jumpurl = nil) ⇒ JumpEvent
Returns a new instance of JumpEvent.
10855 10856 10857 10858 |
# File 'lib/v20210526/models.rb', line 10855 def initialize(jumpeventtype=nil, jumpurl=nil) @JumpEventType = jumpeventtype @JumpUrl = jumpurl end |
Instance Attribute Details
#JumpEventType ⇒ Object
- 1 - 企业收录。
- 2 - 超管授权书审核。
- 3 - 认证完成。 Endpoint如果是APP 类型,请传递"true" 如果 Endpoint 是 H5 类型,请参考文档跳转电子签H5 p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
10853 10854 10855 |
# File 'lib/v20210526/models.rb', line 10853 def JumpEventType @JumpEventType end |
#JumpUrl ⇒ Object
- 1 - 企业收录。
- 2 - 超管授权书审核。
- 3 - 认证完成。 Endpoint如果是APP 类型,请传递"true" 如果 Endpoint 是 H5 类型,请参考文档跳转电子签H5 p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
10853 10854 10855 |
# File 'lib/v20210526/models.rb', line 10853 def JumpUrl @JumpUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
10860 10861 10862 10863 |
# File 'lib/v20210526/models.rb', line 10860 def deserialize(params) @JumpEventType = params['JumpEventType'] @JumpUrl = params['JumpUrl'] end |