Class: TencentCloud::Ccc::V20200210::Interface

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200210/models.rb

Overview

回调接口

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#URLObject

Parameters:

  • URL:

    接口地址



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