Class: TencentCloud::Essbasic::V20210526::CreateBatchInitOrganizationUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::CreateBatchInitOrganizationUrlResponse
- Defined in:
- lib/v20210526/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.
5495 5496 5497 5498 5499 5500 5501 |
# File 'lib/v20210526/models.rb', line 5495 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
5493 5494 5495 |
# File 'lib/v20210526/models.rb', line 5493 def MiniAppPath @MiniAppPath end |
#OperateLongUrl ⇒ Object
5493 5494 5495 |
# File 'lib/v20210526/models.rb', line 5493 def OperateLongUrl @OperateLongUrl end |
#OperateShortUrl ⇒ Object
5493 5494 5495 |
# File 'lib/v20210526/models.rb', line 5493 def OperateShortUrl @OperateShortUrl end |
#QRCodeUrl ⇒ Object
5493 5494 5495 |
# File 'lib/v20210526/models.rb', line 5493 def QRCodeUrl @QRCodeUrl end |
#RequestId ⇒ Object
5493 5494 5495 |
# File 'lib/v20210526/models.rb', line 5493 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5503 5504 5505 5506 5507 5508 5509 |
# File 'lib/v20210526/models.rb', line 5503 def deserialize(params) @MiniAppPath = params['MiniAppPath'] @OperateLongUrl = params['OperateLongUrl'] @OperateShortUrl = params['OperateShortUrl'] @QRCodeUrl = params['QRCodeUrl'] @RequestId = params['RequestId'] end |