Class: TencentCloud::Essbasic::V20201222::CreateH5FaceIdUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20201222::CreateH5FaceIdUrlRequest
- Defined in:
- lib/v20201222/models.rb
Overview
CreateH5FaceIdUrl请求参数结构体
Instance Attribute Summary collapse
- #Caller ⇒ Object
- #IdCardNumber ⇒ Object
- #IdCardType ⇒ Object
- #JumpType ⇒ Object
- #JumpUrl ⇒ Object
- #Name ⇒ Object
- #OpenFrom ⇒ Object
- #RedirectType ⇒ Object
- #WbAppId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(caller = nil, wbappid = nil, name = nil, idcardtype = nil, idcardnumber = nil, jumpurl = nil, jumptype = nil, openfrom = nil, redirecttype = nil) ⇒ CreateH5FaceIdUrlRequest
constructor
A new instance of CreateH5FaceIdUrlRequest.
Constructor Details
#initialize(caller = nil, wbappid = nil, name = nil, idcardtype = nil, idcardnumber = nil, jumpurl = nil, jumptype = nil, openfrom = nil, redirecttype = nil) ⇒ CreateH5FaceIdUrlRequest
Returns a new instance of CreateH5FaceIdUrlRequest.
1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/v20201222/models.rb', line 1117 def initialize(caller=nil, wbappid=nil, name=nil, idcardtype=nil, idcardnumber=nil, jumpurl=nil, jumptype=nil, openfrom=nil, redirecttype=nil) @Caller = caller @WbAppId = wbappid @Name = name @IdCardType = idcardtype @IdCardNumber = idcardnumber @JumpUrl = jumpurl @JumpType = jumptype @OpenFrom = openfrom @RedirectType = redirecttype end |
Instance Attribute Details
#Caller ⇒ Object
1115 1116 1117 |
# File 'lib/v20201222/models.rb', line 1115 def Caller @Caller end |
#IdCardNumber ⇒ Object
1115 1116 1117 |
# File 'lib/v20201222/models.rb', line 1115 def IdCardNumber @IdCardNumber end |
#IdCardType ⇒ Object
1115 1116 1117 |
# File 'lib/v20201222/models.rb', line 1115 def IdCardType @IdCardType end |
#JumpType ⇒ Object
1115 1116 1117 |
# File 'lib/v20201222/models.rb', line 1115 def JumpType @JumpType end |
#JumpUrl ⇒ Object
1115 1116 1117 |
# File 'lib/v20201222/models.rb', line 1115 def JumpUrl @JumpUrl end |
#Name ⇒ Object
1115 1116 1117 |
# File 'lib/v20201222/models.rb', line 1115 def Name @Name end |
#OpenFrom ⇒ Object
1115 1116 1117 |
# File 'lib/v20201222/models.rb', line 1115 def OpenFrom @OpenFrom end |
#RedirectType ⇒ Object
1115 1116 1117 |
# File 'lib/v20201222/models.rb', line 1115 def RedirectType @RedirectType end |
#WbAppId ⇒ Object
1115 1116 1117 |
# File 'lib/v20201222/models.rb', line 1115 def WbAppId @WbAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 |
# File 'lib/v20201222/models.rb', line 1129 def deserialize(params) unless params['Caller'].nil? @Caller = Caller.new @Caller.deserialize(params['Caller']) end @WbAppId = params['WbAppId'] @Name = params['Name'] @IdCardType = params['IdCardType'] @IdCardNumber = params['IdCardNumber'] @JumpUrl = params['JumpUrl'] @JumpType = params['JumpType'] @OpenFrom = params['OpenFrom'] @RedirectType = params['RedirectType'] end |