Class: TencentCloud::Cls::V20201016::DeleteWebCallbackRequest

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

Overview

DeleteWebCallback请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(webcallbackid = nil) ⇒ DeleteWebCallbackRequest

Returns a new instance of DeleteWebCallbackRequest.



6623
6624
6625
# File 'lib/v20201016/models.rb', line 6623

def initialize(webcallbackid=nil)
  @WebCallbackId = webcallbackid
end

Instance Attribute Details

#WebCallbackId ⇒ Object

Parameters:



6621
6622
6623
# File 'lib/v20201016/models.rb', line 6621

def WebCallbackId
  @WebCallbackId
end

Instance Method Details

#deserialize(params) ⇒ Object



6627
6628
6629
# File 'lib/v20201016/models.rb', line 6627

def deserialize(params)
  @WebCallbackId = params['WebCallbackId']
end