Class: TencentCloud::Cwp::V20180228::ModifyWebHookReceiverRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyWebHookReceiverRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyWebHookReceiver请求参数结构体
Instance Attribute Summary collapse
- #Addr ⇒ Object
- #Alias ⇒ Object
- #FunctionName ⇒ Object
- #FunctionVersion ⇒ Object
- #Id ⇒ Object
- #IsModify ⇒ Object
- #Name ⇒ Object
- #Namespace ⇒ Object
- #SCFRegion ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, addr = nil, ismodify = nil, type = nil, scfregion = nil, namespace = nil, functionname = nil, functionversion = nil, _alias = nil) ⇒ ModifyWebHookReceiverRequest
constructor
A new instance of ModifyWebHookReceiverRequest.
Constructor Details
#initialize(id = nil, name = nil, addr = nil, ismodify = nil, type = nil, scfregion = nil, namespace = nil, functionname = nil, functionversion = nil, _alias = nil) ⇒ ModifyWebHookReceiverRequest
Returns a new instance of ModifyWebHookReceiverRequest.
34301 34302 34303 34304 34305 34306 34307 34308 34309 34310 34311 34312 |
# File 'lib/v20180228/models.rb', line 34301 def initialize(id=nil, name=nil, addr=nil, ismodify=nil, type=nil, scfregion=nil, namespace=nil, functionname=nil, functionversion=nil, _alias=nil) @Id = id @Name = name @Addr = addr @IsModify = ismodify @Type = type @SCFRegion = scfregion @Namespace = namespace @FunctionName = functionname @FunctionVersion = functionversion @Alias = _alias end |
Instance Attribute Details
#Addr ⇒ Object
34299 34300 34301 |
# File 'lib/v20180228/models.rb', line 34299 def Addr @Addr end |
#Alias ⇒ Object
34299 34300 34301 |
# File 'lib/v20180228/models.rb', line 34299 def Alias @Alias end |
#FunctionName ⇒ Object
34299 34300 34301 |
# File 'lib/v20180228/models.rb', line 34299 def FunctionName @FunctionName end |
#FunctionVersion ⇒ Object
34299 34300 34301 |
# File 'lib/v20180228/models.rb', line 34299 def FunctionVersion @FunctionVersion end |
#Id ⇒ Object
34299 34300 34301 |
# File 'lib/v20180228/models.rb', line 34299 def Id @Id end |
#IsModify ⇒ Object
34299 34300 34301 |
# File 'lib/v20180228/models.rb', line 34299 def IsModify @IsModify end |
#Name ⇒ Object
34299 34300 34301 |
# File 'lib/v20180228/models.rb', line 34299 def Name @Name end |
#Namespace ⇒ Object
34299 34300 34301 |
# File 'lib/v20180228/models.rb', line 34299 def Namespace @Namespace end |
#SCFRegion ⇒ Object
34299 34300 34301 |
# File 'lib/v20180228/models.rb', line 34299 def SCFRegion @SCFRegion end |
#Type ⇒ Object
34299 34300 34301 |
# File 'lib/v20180228/models.rb', line 34299 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
34314 34315 34316 34317 34318 34319 34320 34321 34322 34323 34324 34325 |
# File 'lib/v20180228/models.rb', line 34314 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Addr = params['Addr'] @IsModify = params['IsModify'] @Type = params['Type'] @SCFRegion = params['SCFRegion'] @Namespace = params['Namespace'] @FunctionName = params['FunctionName'] @FunctionVersion = params['FunctionVersion'] @Alias = params['Alias'] end |