Class: TencentCloud::Ba::V20200720::CreateWeappQRUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ba::V20200720::CreateWeappQRUrlResponse
- Defined in:
- lib/v20200720/models.rb
Overview
CreateWeappQRUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, requestid = nil) ⇒ CreateWeappQRUrlResponse
constructor
A new instance of CreateWeappQRUrlResponse.
Constructor Details
#initialize(url = nil, requestid = nil) ⇒ CreateWeappQRUrlResponse
Returns a new instance of CreateWeappQRUrlResponse.
45 46 47 48 |
# File 'lib/v20200720/models.rb', line 45 def initialize(url=nil, requestid=nil) @Url = url @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
43 44 45 |
# File 'lib/v20200720/models.rb', line 43 def RequestId @RequestId end |
#Url ⇒ Object
43 44 45 |
# File 'lib/v20200720/models.rb', line 43 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
50 51 52 53 |
# File 'lib/v20200720/models.rb', line 50 def deserialize(params) @Url = params['Url'] @RequestId = params['RequestId'] end |