Class: TencentCloud::Ess::V20201111::CreateBatchInitOrganizationUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateBatchInitOrganizationUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateBatchInitOrganizationUrl返回参数结构体
Instance Attribute Summary collapse
- #MiniAppPath ⇒ Object
- #OperateLongUrl ⇒ Object
- #OperateShortUrl ⇒ Object
- #QRCodeUrl ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(miniapppath = nil, operatelongurl = nil, operateshorturl = nil, qrcodeurl = nil, requestid = nil) ⇒ CreateBatchInitOrganizationUrlResponse
constructor
A new instance of CreateBatchInitOrganizationUrlResponse.
Constructor Details
#initialize(miniapppath = nil, operatelongurl = nil, operateshorturl = nil, qrcodeurl = nil, requestid = nil) ⇒ CreateBatchInitOrganizationUrlResponse
Returns a new instance of CreateBatchInitOrganizationUrlResponse.
2340 2341 2342 2343 2344 2345 2346 |
# File 'lib/v20201111/models.rb', line 2340 def initialize(miniapppath=nil, operatelongurl=nil, operateshorturl=nil, qrcodeurl=nil, requestid=nil) @MiniAppPath = miniapppath @OperateLongUrl = operatelongurl @OperateShortUrl = operateshorturl @QRCodeUrl = qrcodeurl @RequestId = requestid end |
Instance Attribute Details
#MiniAppPath ⇒ Object
2338 2339 2340 |
# File 'lib/v20201111/models.rb', line 2338 def MiniAppPath @MiniAppPath end |
#OperateLongUrl ⇒ Object
2338 2339 2340 |
# File 'lib/v20201111/models.rb', line 2338 def OperateLongUrl @OperateLongUrl end |
#OperateShortUrl ⇒ Object
2338 2339 2340 |
# File 'lib/v20201111/models.rb', line 2338 def OperateShortUrl @OperateShortUrl end |
#QRCodeUrl ⇒ Object
2338 2339 2340 |
# File 'lib/v20201111/models.rb', line 2338 def QRCodeUrl @QRCodeUrl end |
#RequestId ⇒ Object
2338 2339 2340 |
# File 'lib/v20201111/models.rb', line 2338 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2348 2349 2350 2351 2352 2353 2354 |
# File 'lib/v20201111/models.rb', line 2348 def deserialize(params) @MiniAppPath = params['MiniAppPath'] @OperateLongUrl = params['OperateLongUrl'] @OperateShortUrl = params['OperateShortUrl'] @QRCodeUrl = params['QRCodeUrl'] @RequestId = params['RequestId'] end |