Class: TencentCloud::Essbasic::V20210526::ChannelCreateUserAutoSignSealUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::ChannelCreateUserAutoSignSealUrlResponse
- Defined in:
- lib/v20210526/models.rb
Overview
ChannelCreateUserAutoSignSealUrl返回参数结构体
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #AppOriginalId ⇒ Object
- #Path ⇒ Object
- #QrCode ⇒ Object
- #RequestId ⇒ Object
- #Url ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appid = nil, apporiginalid = nil, url = nil, path = nil, qrcode = nil, requestid = nil) ⇒ ChannelCreateUserAutoSignSealUrlResponse
constructor
A new instance of ChannelCreateUserAutoSignSealUrlResponse.
Constructor Details
#initialize(appid = nil, apporiginalid = nil, url = nil, path = nil, qrcode = nil, requestid = nil) ⇒ ChannelCreateUserAutoSignSealUrlResponse
Returns a new instance of ChannelCreateUserAutoSignSealUrlResponse.
3533 3534 3535 3536 3537 3538 3539 3540 |
# File 'lib/v20210526/models.rb', line 3533 def initialize(appid=nil, apporiginalid=nil, url=nil, path=nil, qrcode=nil, requestid=nil) @AppId = appid @AppOriginalId = apporiginalid @Url = url @Path = path @QrCode = qrcode @RequestId = requestid end |
Instance Attribute Details
#AppId ⇒ Object
3531 3532 3533 |
# File 'lib/v20210526/models.rb', line 3531 def AppId @AppId end |
#AppOriginalId ⇒ Object
3531 3532 3533 |
# File 'lib/v20210526/models.rb', line 3531 def AppOriginalId @AppOriginalId end |
#Path ⇒ Object
3531 3532 3533 |
# File 'lib/v20210526/models.rb', line 3531 def Path @Path end |
#QrCode ⇒ Object
3531 3532 3533 |
# File 'lib/v20210526/models.rb', line 3531 def QrCode @QrCode end |
#RequestId ⇒ Object
3531 3532 3533 |
# File 'lib/v20210526/models.rb', line 3531 def RequestId @RequestId end |
#Url ⇒ Object
3531 3532 3533 |
# File 'lib/v20210526/models.rb', line 3531 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
3542 3543 3544 3545 3546 3547 3548 3549 |
# File 'lib/v20210526/models.rb', line 3542 def deserialize(params) @AppId = params['AppId'] @AppOriginalId = params['AppOriginalId'] @Url = params['Url'] @Path = params['Path'] @QrCode = params['QrCode'] @RequestId = params['RequestId'] end |