Class: TencentCloud::Ccc::V20200210::Interface
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::Interface
- Defined in:
- lib/v20200210/models.rb
Overview
回调接口
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil) ⇒ Interface
constructor
A new instance of Interface.
Constructor Details
#initialize(url = nil) ⇒ Interface
Returns a new instance of Interface.
5314 5315 5316 |
# File 'lib/v20200210/models.rb', line 5314 def initialize(url=nil) @URL = url end |
Instance Attribute Details
#URL ⇒ Object
5312 5313 5314 |
# File 'lib/v20200210/models.rb', line 5312 def URL @URL end |
Instance Method Details
#deserialize(params) ⇒ Object
5318 5319 5320 |
# File 'lib/v20200210/models.rb', line 5318 def deserialize(params) @URL = params['URL'] end |