Class: TencentCloud::Ess::V20201111::CreateUserAutoSignSealUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateUserAutoSignSealUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateUserAutoSignSealUrl返回参数结构体
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) ⇒ CreateUserAutoSignSealUrlResponse
constructor
A new instance of CreateUserAutoSignSealUrlResponse.
Constructor Details
#initialize(appid = nil, apporiginalid = nil, url = nil, path = nil, qrcode = nil, requestid = nil) ⇒ CreateUserAutoSignSealUrlResponse
Returns a new instance of CreateUserAutoSignSealUrlResponse.
8125 8126 8127 8128 8129 8130 8131 8132 |
# File 'lib/v20201111/models.rb', line 8125 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
8123 8124 8125 |
# File 'lib/v20201111/models.rb', line 8123 def AppId @AppId end |
#AppOriginalId ⇒ Object
8123 8124 8125 |
# File 'lib/v20201111/models.rb', line 8123 def AppOriginalId @AppOriginalId end |
#Path ⇒ Object
8123 8124 8125 |
# File 'lib/v20201111/models.rb', line 8123 def Path @Path end |
#QrCode ⇒ Object
8123 8124 8125 |
# File 'lib/v20201111/models.rb', line 8123 def QrCode @QrCode end |
#RequestId ⇒ Object
8123 8124 8125 |
# File 'lib/v20201111/models.rb', line 8123 def RequestId @RequestId end |
#Url ⇒ Object
8123 8124 8125 |
# File 'lib/v20201111/models.rb', line 8123 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
8134 8135 8136 8137 8138 8139 8140 8141 |
# File 'lib/v20201111/models.rb', line 8134 def deserialize(params) @AppId = params['AppId'] @AppOriginalId = params['AppOriginalId'] @Url = params['Url'] @Path = params['Path'] @QrCode = params['QrCode'] @RequestId = params['RequestId'] end |