Class: TencentCloud::Ccc::V20200210::CreateAdminURLResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::CreateAdminURLResponse
- Defined in:
- lib/v20200210/models.rb
Overview
CreateAdminURL返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, requestid = nil) ⇒ CreateAdminURLResponse
constructor
A new instance of CreateAdminURLResponse.
Constructor Details
#initialize(url = nil, requestid = nil) ⇒ CreateAdminURLResponse
Returns a new instance of CreateAdminURLResponse.
1569 1570 1571 1572 |
# File 'lib/v20200210/models.rb', line 1569 def initialize(url=nil, requestid=nil) @URL = url @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1567 1568 1569 |
# File 'lib/v20200210/models.rb', line 1567 def RequestId @RequestId end |
#URL ⇒ Object
1567 1568 1569 |
# File 'lib/v20200210/models.rb', line 1567 def URL @URL end |
Instance Method Details
#deserialize(params) ⇒ Object
1574 1575 1576 1577 |
# File 'lib/v20200210/models.rb', line 1574 def deserialize(params) @URL = params['URL'] @RequestId = params['RequestId'] end |