Class: TencentCloud::Ess::V20201111::JumpEvent

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

Overview

跳转事件的结构体,其中包括认证期间收录,授权书审核,企业认证的回跳事件。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(jumpeventtype = nil, jumpurl = nil) ⇒ JumpEvent

Returns a new instance of JumpEvent.



14913
14914
14915
14916
# File 'lib/v20201111/models.rb', line 14913

def initialize(jumpeventtype=nil, jumpurl=nil)
  @JumpEventType = jumpeventtype
  @JumpUrl = jumpurl
end

Instance Attribute Details

#JumpEventTypeObject

p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。



14911
14912
14913
# File 'lib/v20201111/models.rb', line 14911

def JumpEventType
  @JumpEventType
end

#JumpUrlObject

p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。



14911
14912
14913
# File 'lib/v20201111/models.rb', line 14911

def JumpUrl
  @JumpUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



14918
14919
14920
14921
# File 'lib/v20201111/models.rb', line 14918

def deserialize(params)
  @JumpEventType = params['JumpEventType']
  @JumpUrl = params['JumpUrl']
end